Secrets Mount Redis Elasticach Args
data class SecretsMountRedisElasticachArgs(val allowedRoles: Output<List<String>>? = null, val data: Output<Map<String, Any>>? = null, val name: Output<String>, val password: Output<String>? = null, val pluginName: Output<String>? = null, val region: Output<String>? = null, val rootRotationStatements: Output<List<String>>? = null, val url: Output<String>, val username: Output<String>? = null, val verifyConnection: Output<Boolean>? = null) : ConvertibleToJava<SecretsMountRedisElasticachArgs>
Constructors
Link copied to clipboard
constructor(allowedRoles: Output<List<String>>? = null, data: Output<Map<String, Any>>? = null, name: Output<String>, password: Output<String>? = null, pluginName: Output<String>? = null, region: Output<String>? = null, rootRotationStatements: Output<List<String>>? = null, url: Output<String>, username: Output<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
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.