MysqlProfileArgs

constructor(hostname: Output<String>, password: Output<String>, port: Output<Int>? = null, sslConfig: Output<MysqlSslConfigArgs>? = null, username: Output<String>)