AWS::MemoryDB::User AuthenticationMode - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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:

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