Interface IntegrationConnectorsManagedZoneConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
IntegrationConnectorsManagedZoneConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.745Z") @Stability(Stable) public interface IntegrationConnectorsManagedZoneConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIntegrationConnectorsManagedZoneConfig.BuilderA builder forIntegrationConnectorsManagedZoneConfigstatic classIntegrationConnectorsManagedZoneConfig.Jsii$ProxyAn implementation forIntegrationConnectorsManagedZoneConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static IntegrationConnectorsManagedZoneConfig.Builderbuilder()default StringgetDescription()Description of the resource.StringgetDns()DNS Name of the resource.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_managed_zone#id IntegrationConnectorsManagedZone#id}.default Map<String,String>getLabels()Resource labels to represent user provided metadata.StringgetName()Name of Managed Zone needs to be created.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_managed_zone#project IntegrationConnectorsManagedZone#project}.StringgetTargetProject()The name of the Target Project.StringgetTargetVpc()The name of the Target Project VPC Network.default IntegrationConnectorsManagedZoneTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getDns
@Stability(Stable) @NotNull String getDns()
DNS Name of the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_managed_zone#dns IntegrationConnectorsManagedZone#dns}
-
getName
@Stability(Stable) @NotNull String getName()
Name of Managed Zone needs to be created.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_managed_zone#name IntegrationConnectorsManagedZone#name}
-
getTargetProject
@Stability(Stable) @NotNull String getTargetProject()
The name of the Target Project.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_managed_zone#target_project IntegrationConnectorsManagedZone#target_project}
-
getTargetVpc
@Stability(Stable) @NotNull String getTargetVpc()
The name of the Target Project VPC Network.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_managed_zone#target_vpc IntegrationConnectorsManagedZone#target_vpc}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
Description of the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_managed_zone#description IntegrationConnectorsManagedZone#description}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_managed_zone#id IntegrationConnectorsManagedZone#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()
Resource labels to represent user provided metadata.**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/integration_connectors_managed_zone#labels IntegrationConnectorsManagedZone#labels}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_managed_zone#project IntegrationConnectorsManagedZone#project}.
-
getTimeouts
@Stability(Stable) @Nullable default IntegrationConnectorsManagedZoneTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_managed_zone#timeouts IntegrationConnectorsManagedZone#timeouts}
-
builder
@Stability(Stable) static IntegrationConnectorsManagedZoneConfig.Builder builder()
-
-