Connection Profile Mysql Args
data class ConnectionProfileMysqlArgs(val cloudSqlId: Output<String>? = null, val host: Output<String>, val password: Output<String>, val passwordSet: Output<Boolean>? = null, val port: Output<Int>, val ssl: Output<ConnectionProfileMysqlSslArgs>? = null, val username: Output<String>) : ConvertibleToJava<ConnectionProfileMysqlArgs>
Constructors
Link copied to clipboard
fun ConnectionProfileMysqlArgs(cloudSqlId: Output<String>? = null, host: Output<String>, password: Output<String>, passwordSet: Output<Boolean>? = null, port: Output<Int>, ssl: Output<ConnectionProfileMysqlSslArgs>? = null, username: Output<String>)
Functions
Properties
Link copied to clipboard
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. Note: This property is sensitive and will not be displayed in the plan.