toggle menu
pulumi-vault-kotlin
6.7.1.0
jvm
switch theme
search in API
pulumi-vault-kotlin
/
com.pulumi.vault.database.kotlin.outputs
/
SecretBackendConnectionMongodb
/
SecretBackendConnectionMongodb
Secret
Backend
Connection
Mongodb
constructor
(
connectionUrl
:
String
?
=
null
,
maxConnectionLifetime
:
Int
?
=
null
,
maxIdleConnections
:
Int
?
=
null
,
maxOpenConnections
:
Int
?
=
null
,
password
:
String
?
=
null
,
username
:
String
?
=
null
,
usernameTemplate
:
String
?
=
null
)