AWS::MemoryDB::User AuthenticationMode - AWS CloudFormation

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 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