Secret Backend Connection Cassandra Args
data class SecretBackendConnectionCassandraArgs(val connectTimeout: Output<Int>? = null, val hosts: Output<List<String>>? = null, val insecureTls: Output<Boolean>? = null, val password: Output<String>? = null, val pemBundle: Output<String>? = null, val pemJson: Output<String>? = null, val port: Output<Int>? = null, val protocolVersion: Output<Int>? = null, val tls: Output<Boolean>? = null, val username: Output<String>? = null) : ConvertibleToJava<SecretBackendConnectionCassandraArgs>
Constructors
Link copied to clipboard
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, tls: Output<Boolean>? = null, username: Output<String>? = null)