Interface DatabaseMigrationServiceConnectionProfileMysql
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DatabaseMigrationServiceConnectionProfileMysql.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.554Z") @Stability(Stable) public interface DatabaseMigrationServiceConnectionProfileMysql extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDatabaseMigrationServiceConnectionProfileMysql.BuilderA builder forDatabaseMigrationServiceConnectionProfileMysqlstatic classDatabaseMigrationServiceConnectionProfileMysql.Jsii$ProxyAn implementation forDatabaseMigrationServiceConnectionProfileMysql
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DatabaseMigrationServiceConnectionProfileMysql.Builderbuilder()default StringgetCloudSqlId()If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.StringgetHost()Required.StringgetPassword()Required.NumbergetPort()Required.default DatabaseMigrationServiceConnectionProfileMysqlSslgetSsl()ssl block.StringgetUsername()Required.
-
-
-
Method Detail
-
getHost
@Stability(Stable) @NotNull String getHost()
Required. The IP or hostname of the source MySQL database.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#host DatabaseMigrationServiceConnectionProfile#host}
-
getPassword
@Stability(Stable) @NotNull String getPassword()
Required.Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#password DatabaseMigrationServiceConnectionProfile#password}
-
getPort
@Stability(Stable) @NotNull Number getPort()
Required. The network port of the source MySQL database.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#port DatabaseMigrationServiceConnectionProfile#port}
-
getUsername
@Stability(Stable) @NotNull String getUsername()
Required.The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#username DatabaseMigrationServiceConnectionProfile#username}
-
getCloudSqlId
@Stability(Stable) @Nullable default String getCloudSqlId()
If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#cloud_sql_id DatabaseMigrationServiceConnectionProfile#cloud_sql_id}
-
getSsl
@Stability(Stable) @Nullable default DatabaseMigrationServiceConnectionProfileMysqlSsl getSsl()
ssl block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#ssl DatabaseMigrationServiceConnectionProfile#ssl}
-
builder
@Stability(Stable) static DatabaseMigrationServiceConnectionProfileMysql.Builder builder()
-
-