SecretBackendConnectionCassandraArgs

constructor(connectTimeout: Output<Int>? = null, hosts: Output<List<String>>? = null, insecureTls: Output<Boolean>? = null, password: Output<String>? = null, pemBundle: Output<String>? = null, pemJson: Output<String>? = null, port: Output<Int>? = null, protocolVersion: Output<Int>? = null, skipVerification: Output<Boolean>? = null, tls: Output<Boolean>? = null, username: Output<String>? = null)