Connection Profile Mysql Profile Args
data class ConnectionProfileMysqlProfileArgs(val hostname: Output<String>, val password: Output<String>? = null, val port: Output<Int>? = null, val secretManagerStoredPassword: Output<String>? = null, val sslConfig: Output<ConnectionProfileMysqlProfileSslConfigArgs>? = null, val username: Output<String>) : ConvertibleToJava<ConnectionProfileMysqlProfileArgs>