AWS::MemoryDB::User AuthenticationMode - AWS CloudFormation (original) (raw)
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 AWS CloudFormation template, use the following syntax:
JSON
{
"Passwords" : [ String, ... ],
"Type" : String
}
YAML
Passwords:
- String
Type: String
Properties
Passwords
The password(s) used for authentication
Required: No
Type: Array of String
Minimum: 1
Maximum: 2
Update 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 | iam
Update requires: No interruption
Did this page help you? - Yes
Thanks for letting us know we're doing a good job!
If you've got a moment, please tell us what we did right so we can do more of it.
Did this page help you? - No
Thanks for letting us know this page needs work. We're sorry we let you down.
If you've got a moment, please tell us how we can make the documentation better.