ConnectionProfileMysqlArgs

constructor(cloudSqlId: Output<String>? = null, host: Output<String>, password: Output<String>, passwordSet: Output<Boolean>? = null, port: Output<Int>, ssl: Output<ConnectionProfileMysqlSslArgs>? = null, username: Output<String>)