Secrets Mount Mongodbatla Args
data class SecretsMountMongodbatlaArgs(val allowedRoles: Output<List<String>>? = null, val data: Output<Map<String, Any>>? = null, val name: Output<String>, val pluginName: Output<String>? = null, val privateKey: Output<String>, val projectId: Output<String>, val publicKey: Output<String>, val rootRotationStatements: Output<List<String>>? = null, val verifyConnection: Output<Boolean>? = null) : ConvertibleToJava<SecretsMountMongodbatlaArgs>
Constructors
Link copied to clipboard
constructor(allowedRoles: Output<List<String>>? = null, data: Output<Map<String, Any>>? = null, name: Output<String>, pluginName: Output<String>? = null, privateKey: Output<String>, projectId: Output<String>, publicKey: Output<String>, rootRotationStatements: Output<List<String>>? = null, verifyConnection: Output<Boolean>? = null)
Properties
Link copied to clipboard
A list of roles that are allowed to use this connection.
Link copied to clipboard
Specifies the name of the plugin to use.
Link copied to clipboard
The Private Programmatic API Key used to connect with MongoDB Atlas API.
Link copied to clipboard
A list of database statements to be executed to rotate the root user's credentials.
Link copied to clipboard
Whether the connection should be verified on initial configuration or not.