Interface DatastreamConnectionProfileMysqlProfile
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DatastreamConnectionProfileMysqlProfile.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.841Z") @Stability(Stable) public interface DatastreamConnectionProfileMysqlProfile extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDatastreamConnectionProfileMysqlProfile.BuilderA builder forDatastreamConnectionProfileMysqlProfilestatic classDatastreamConnectionProfileMysqlProfile.Jsii$ProxyAn implementation forDatastreamConnectionProfileMysqlProfile
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DatastreamConnectionProfileMysqlProfile.Builderbuilder()StringgetHostname()Hostname for the MySQL connection.StringgetPassword()Password for the MySQL connection.default NumbergetPort()Port for the MySQL connection.default DatastreamConnectionProfileMysqlProfileSslConfiggetSslConfig()ssl_config block.StringgetUsername()Username for the MySQL connection.
-
-
-
Method Detail
-
getHostname
@Stability(Stable) @NotNull String getHostname()
Hostname for the MySQL connection.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#hostname DatastreamConnectionProfile#hostname}
-
getPassword
@Stability(Stable) @NotNull String getPassword()
Password for the MySQL connection.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#password DatastreamConnectionProfile#password}
-
getUsername
@Stability(Stable) @NotNull String getUsername()
Username for the MySQL connection.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#username DatastreamConnectionProfile#username}
-
getPort
@Stability(Stable) @Nullable default Number getPort()
Port for the MySQL connection.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#port DatastreamConnectionProfile#port}
-
getSslConfig
@Stability(Stable) @Nullable default DatastreamConnectionProfileMysqlProfileSslConfig getSslConfig()
ssl_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#ssl_config DatastreamConnectionProfile#ssl_config}
-
builder
@Stability(Stable) static DatastreamConnectionProfileMysqlProfile.Builder builder()
-
-