AWS::ElastiCache::User AuthenticationMode
Specifies the authentication mode to use.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
Properties
Passwords-
Specifies the passwords to use for authentication if
Typeis set topassword.Required: No
Type: List of String
Update requires: No interruption
Type-
Specifies the authentication type. Possible options are IAM authentication, password and no password.
Required: Yes
Type: String
Allowed values:
iam | no-password-required | passwordUpdate requires: No interruption