Secrets Mount Redi Args
data class SecretsMountRediArgs(val allowedRoles: Output<List<String>>? = null, val caCert: Output<String>? = null, val data: Output<Map<String, Any>>? = null, val host: Output<String>, val insecureTls: Output<Boolean>? = null, val name: Output<String>, val password: Output<String>, val pluginName: Output<String>? = null, val port: Output<Int>? = null, val rootRotationStatements: Output<List<String>>? = null, val tls: Output<Boolean>? = null, val username: Output<String>, val verifyConnection: Output<Boolean>? = null) : ConvertibleToJava<SecretsMountRediArgs>
Constructors
Link copied to clipboard
constructor(allowedRoles: Output<List<String>>? = null, caCert: Output<String>? = null, data: Output<Map<String, Any>>? = null, host: Output<String>, insecureTls: Output<Boolean>? = null, name: Output<String>, password: Output<String>, pluginName: Output<String>? = null, port: Output<Int>? = null, rootRotationStatements: Output<List<String>>? = null, tls: Output<Boolean>? = null, username: Output<String>, 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 whether to skip verification of the server certificate when using TLS.
Link copied to clipboard
Specifies the name of the plugin to use.
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.