This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::MemoryDB::User AuthenticationMode
Denotes the user's authentication properties, such as whether it requires a password to authenticate. Used in output responses.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
Properties
- Passwords
- 
                    The password(s) used for authentication Required: No Type: Array of String Minimum: 1Maximum: 2Update requires: No interruption 
- Type
- 
                    Indicates whether the user requires a password to authenticate. All newly-created users require a password. Required: No Type: String Allowed values: password | iamUpdate requires: No interruption