MySqlReplicaConfigurationArgs

fun MySqlReplicaConfigurationArgs(caCertificate: Output<String>? = null, clientCertificate: Output<String>? = null, clientKey: Output<String>? = null, connectRetryInterval: Output<Int>? = null, dumpFilePath: Output<String>? = null, kind: Output<String>? = null, masterHeartbeatPeriod: Output<String>? = null, password: Output<String>? = null, sslCipher: Output<String>? = null, username: Output<String>? = null, verifyServerCertificate: Output<Boolean>? = null)