Interface DatabaseMigrationServicePrivateConnectionConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
DatabaseMigrationServicePrivateConnectionConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.560Z") @Stability(Stable) public interface DatabaseMigrationServicePrivateConnectionConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDatabaseMigrationServicePrivateConnectionConfig.BuilderA builder forDatabaseMigrationServicePrivateConnectionConfigstatic classDatabaseMigrationServicePrivateConnectionConfig.Jsii$ProxyAn implementation forDatabaseMigrationServicePrivateConnectionConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DatabaseMigrationServicePrivateConnectionConfig.Builderbuilder()default StringgetDisplayName()Display name.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_private_connection#id DatabaseMigrationServicePrivateConnection#id}.default Map<String,String>getLabels()Labels.StringgetLocation()The name of the location this private connection is located in.StringgetPrivateConnectionId()The private connectivity identifier.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_private_connection#project DatabaseMigrationServicePrivateConnection#project}.default DatabaseMigrationServicePrivateConnectionTimeoutsgetTimeouts()timeouts block.DatabaseMigrationServicePrivateConnectionVpcPeeringConfiggetVpcPeeringConfig()vpc_peering_config block.
-
-
-
Method Detail
-
getLocation
@Stability(Stable) @NotNull String getLocation()
The name of the location this private connection is located in.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_private_connection#location DatabaseMigrationServicePrivateConnection#location}
-
getPrivateConnectionId
@Stability(Stable) @NotNull String getPrivateConnectionId()
The private connectivity identifier.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_private_connection#private_connection_id DatabaseMigrationServicePrivateConnection#private_connection_id}
-
getVpcPeeringConfig
@Stability(Stable) @NotNull DatabaseMigrationServicePrivateConnectionVpcPeeringConfig getVpcPeeringConfig()
vpc_peering_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_private_connection#vpc_peering_config DatabaseMigrationServicePrivateConnection#vpc_peering_config}
-
getDisplayName
@Stability(Stable) @Nullable default String getDisplayName()
Display name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_private_connection#display_name DatabaseMigrationServicePrivateConnection#display_name}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_private_connection#id DatabaseMigrationServicePrivateConnection#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()
Labels.**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/database_migration_service_private_connection#labels DatabaseMigrationServicePrivateConnection#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/database_migration_service_private_connection#project DatabaseMigrationServicePrivateConnection#project}.
-
getTimeouts
@Stability(Stable) @Nullable default DatabaseMigrationServicePrivateConnectionTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_private_connection#timeouts DatabaseMigrationServicePrivateConnection#timeouts}
-
builder
@Stability(Stable) static DatabaseMigrationServicePrivateConnectionConfig.Builder builder()
-
-