toggle menu
pulumi-vault-kotlin
6.1.1.0
jvm
switch theme
search in API
pulumi-vault-kotlin
/
com.pulumi.vault.database.kotlin.outputs
/
SecretBackendConnectionCassandra
/
SecretBackendConnectionCassandra
Secret
Backend
Connection
Cassandra
constructor
(
connectTimeout
:
Int
?
=
null
,
hosts
:
List
<
String
>
?
=
null
,
insecureTls
:
Boolean
?
=
null
,
password
:
String
?
=
null
,
pemBundle
:
String
?
=
null
,
pemJson
:
String
?
=
null
,
port
:
Int
?
=
null
,
protocolVersion
:
Int
?
=
null
,
tls
:
Boolean
?
=
null
,
username
:
String
?
=
null
)