AWS::ElastiCache::User AuthenticationMode - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::ElastiCache::User AuthenticationMode

Specifies the authentication mode to use.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Passwords" : [ String, ... ], "Type" : String }

YAML

Passwords: - String Type: String

Properties

Passwords

Specifies the passwords to use for authentication if Type is set to password.

Required: No

Type: Array of String

Minimum: 1

Update requires: No interruption

Type

Specifies the authentication type. Possible options are IAM authentication, password and no password.

Required: Yes

Type: String

Allowed values: password | no-password-required | iam

Update requires: No interruption