User Args
data class UserArgs(val accessString: Output<String>? = null, val authenticationMode: Output<AuthenticationModePropertiesArgs>? = null, val engine: Output<UserEngine>? = null, val noPasswordRequired: Output<Boolean>? = null, val passwords: Output<List<String>>? = null, val tags: Output<List<TagArgs>>? = null, val userId: Output<String>? = null, val userName: Output<String>? = null) : ConvertibleToJava<UserArgs>
Resource Type definition for AWS::ElastiCache::User
Constructors
Link copied to clipboard
constructor(accessString: Output<String>? = null, authenticationMode: Output<AuthenticationModePropertiesArgs>? = null, engine: Output<UserEngine>? = null, noPasswordRequired: Output<Boolean>? = null, passwords: Output<List<String>>? = null, tags: Output<List<TagArgs>>? = null, userId: Output<String>? = null, userName: Output<String>? = null)
Properties
Link copied to clipboard
Access permissions string used for this user account.
Link copied to clipboard
Specifies the authentication mode to use. Below is an example of the possible JSON values:
Link copied to clipboard
The target cache engine for the user.
Link copied to clipboard
Indicates a password is not required for this user account.