Interface DatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettings
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettings.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.542Z") @Stability(Stable) public interface DatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettings extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettings.Builderstatic classDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettings.Jsii$ProxyAn implementation forDatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettings
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettings.Builderbuilder()default Map<String,String>getDatabaseFlags()Database flags to pass to AlloyDB when DMS is creating the AlloyDB cluster and instances.StringgetId()The database username.default Map<String,String>getLabels()Labels for the AlloyDB primary instance created by DMS.DatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsMachineConfiggetMachineConfig()machine_config block.
-
-
-
Method Detail
-
getId
@Stability(Stable) @NotNull String getId()
The database username.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#id DatabaseMigrationServiceConnectionProfile#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.
-
getMachineConfig
@Stability(Stable) @NotNull DatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettingsMachineConfig getMachineConfig()
machine_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#machine_config DatabaseMigrationServiceConnectionProfile#machine_config}
-
getDatabaseFlags
@Stability(Stable) @Nullable default Map<String,String> getDatabaseFlags()
Database flags to pass to AlloyDB when DMS is creating the AlloyDB cluster and instances.See the AlloyDB documentation for how these can be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#database_flags DatabaseMigrationServiceConnectionProfile#database_flags}
-
getLabels
@Stability(Stable) @Nullable default Map<String,String> getLabels()
Labels for the AlloyDB primary instance 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}
-
builder
@Stability(Stable) static DatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettings.Builder builder()
-
-