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<UserTagArgs>>? = 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
fun UserArgs(accessString: Output<String>? = null, authenticationMode: Output<AuthenticationModePropertiesArgs>? = null, engine: Output<UserEngine>? = null, noPasswordRequired: Output<Boolean>? = null, passwords: Output<List<String>>? = null, tags: Output<List<UserTagArgs>>? = null, userId: Output<String>? = null, userName: Output<String>? = null)