Interface DnsManagedZoneConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
DnsManagedZoneConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.061Z") @Stability(Stable) public interface DnsManagedZoneConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDnsManagedZoneConfig.BuilderA builder forDnsManagedZoneConfigstatic classDnsManagedZoneConfig.Jsii$ProxyAn implementation forDnsManagedZoneConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DnsManagedZoneConfig.Builderbuilder()default DnsManagedZoneCloudLoggingConfiggetCloudLoggingConfig()cloud_logging_config block.default StringgetDescription()A textual description field.StringgetDnsName()The DNS name of this managed zone, for instance "example.com.".default DnsManagedZoneDnssecConfiggetDnssecConfig()dnssec_config block.default ObjectgetForceDestroy()Set this true to delete all records in the zone.default DnsManagedZoneForwardingConfiggetForwardingConfig()forwarding_config block.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_managed_zone#id DnsManagedZone#id}.default Map<String,String>getLabels()A set of key/value label pairs to assign to this ManagedZone.StringgetName()User assigned name for this resource.default DnsManagedZonePeeringConfiggetPeeringConfig()peering_config block.default DnsManagedZonePrivateVisibilityConfiggetPrivateVisibilityConfig()private_visibility_config block.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_managed_zone#project DnsManagedZone#project}.default DnsManagedZoneTimeoutsgetTimeouts()timeouts block.default StringgetVisibility()The zone's visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources.
-
-
-
Method Detail
-
getDnsName
@Stability(Stable) @NotNull String getDnsName()
The DNS name of this managed zone, for instance "example.com.".Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_managed_zone#dns_name DnsManagedZone#dns_name}
-
getName
@Stability(Stable) @NotNull String getName()
User assigned name for this resource. Must be unique within the project.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_managed_zone#name DnsManagedZone#name}
-
getCloudLoggingConfig
@Stability(Stable) @Nullable default DnsManagedZoneCloudLoggingConfig getCloudLoggingConfig()
cloud_logging_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_managed_zone#cloud_logging_config DnsManagedZone#cloud_logging_config}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
A textual description field. Defaults to 'Managed by Terraform'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_managed_zone#description DnsManagedZone#description}
-
getDnssecConfig
@Stability(Stable) @Nullable default DnsManagedZoneDnssecConfig getDnssecConfig()
dnssec_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_managed_zone#dnssec_config DnsManagedZone#dnssec_config}
-
getForceDestroy
@Stability(Stable) @Nullable default Object getForceDestroy()
Set this true to delete all records in the zone.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_managed_zone#force_destroy DnsManagedZone#force_destroy}
-
getForwardingConfig
@Stability(Stable) @Nullable default DnsManagedZoneForwardingConfig getForwardingConfig()
forwarding_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_managed_zone#forwarding_config DnsManagedZone#forwarding_config}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_managed_zone#id DnsManagedZone#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getLabels
@Stability(Stable) @Nullable default Map<String,String> getLabels()
A set of key/value label pairs to assign to this ManagedZone.**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_managed_zone#labels DnsManagedZone#labels}
-
getPeeringConfig
@Stability(Stable) @Nullable default DnsManagedZonePeeringConfig getPeeringConfig()
peering_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_managed_zone#peering_config DnsManagedZone#peering_config}
-
getPrivateVisibilityConfig
@Stability(Stable) @Nullable default DnsManagedZonePrivateVisibilityConfig getPrivateVisibilityConfig()
private_visibility_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_managed_zone#private_visibility_config DnsManagedZone#private_visibility_config}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_managed_zone#project DnsManagedZone#project}.
-
getTimeouts
@Stability(Stable) @Nullable default DnsManagedZoneTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_managed_zone#timeouts DnsManagedZone#timeouts}
-
getVisibility
@Stability(Stable) @Nullable default String getVisibility()
The zone's visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources.Default value: "public" Possible values: ["private", "public"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_managed_zone#visibility DnsManagedZone#visibility}
-
builder
@Stability(Stable) static DnsManagedZoneConfig.Builder builder()
- Returns:
- a
DnsManagedZoneConfig.BuilderofDnsManagedZoneConfig
-
-