User Args
data class UserArgs(val accessString: Output<String>? = null, val authenticationMode: Output<AuthenticationModePropertiesArgs>? = null, val tags: Output<List<UserTagArgs>>? = null, val userName: Output<String>? = null) : ConvertibleToJava<UserArgs>
Resource Type definition for AWS::MemoryDB::User
Constructors
Link copied to clipboard
fun UserArgs(accessString: Output<String>? = null, authenticationMode: Output<AuthenticationModePropertiesArgs>? = null, tags: Output<List<UserTagArgs>>? = null, userName: Output<String>? = null)