Connection Profile Mysql
data class ConnectionProfileMysql(val cloudSqlId: String? = null, val host: String, val password: String, val passwordSet: Boolean? = null, val port: Int, val ssl: ConnectionProfileMysqlSsl? = null, val username: String)
Constructors
Link copied to clipboard
fun ConnectionProfileMysql(cloudSqlId: String? = null, host: String, password: String, passwordSet: Boolean? = null, port: Int, ssl: ConnectionProfileMysqlSsl? = null, username: String)
Types
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.