Interface DatabaseMigrationServiceConnectionProfileAlloydbSettings
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DatabaseMigrationServiceConnectionProfileAlloydbSettings.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.541Z") @Stability(Stable) public interface DatabaseMigrationServiceConnectionProfileAlloydbSettings extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDatabaseMigrationServiceConnectionProfileAlloydbSettings.BuilderA builder forDatabaseMigrationServiceConnectionProfileAlloydbSettingsstatic classDatabaseMigrationServiceConnectionProfileAlloydbSettings.Jsii$ProxyAn implementation forDatabaseMigrationServiceConnectionProfileAlloydbSettings
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DatabaseMigrationServiceConnectionProfileAlloydbSettings.Builderbuilder()DatabaseMigrationServiceConnectionProfileAlloydbSettingsInitialUsergetInitialUser()initial_user block.default Map<String,String>getLabels()Labels for the AlloyDB cluster created by DMS.default DatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsgetPrimaryInstanceSettings()primary_instance_settings block.StringgetVpcNetwork()Required.
-
-
-
Method Detail
-
getInitialUser
@Stability(Stable) @NotNull DatabaseMigrationServiceConnectionProfileAlloydbSettingsInitialUser getInitialUser()
initial_user block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#initial_user DatabaseMigrationServiceConnectionProfile#initial_user}
-
getVpcNetwork
@Stability(Stable) @NotNull String getVpcNetwork()
Required.The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: 'projects/{project_number}/global/networks/{network_id}'. This is required to create a cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#vpc_network DatabaseMigrationServiceConnectionProfile#vpc_network}
-
getLabels
@Stability(Stable) @Nullable default Map<String,String> getLabels()
Labels for the AlloyDB cluster created by DMS.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#labels DatabaseMigrationServiceConnectionProfile#labels}
-
getPrimaryInstanceSettings
@Stability(Stable) @Nullable default DatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettings getPrimaryInstanceSettings()
primary_instance_settings block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#primary_instance_settings DatabaseMigrationServiceConnectionProfile#primary_instance_settings}
-
builder
@Stability(Stable) static DatabaseMigrationServiceConnectionProfileAlloydbSettings.Builder builder()
-
-