AWS::OpenSearchService::Domain MasterUserOptions - 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::OpenSearchService::Domain MasterUserOptions

Specifies information about the master user.

Required if InternalUserDatabaseEnabled is true in AdvancedSecurityOptions.

Syntax

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

JSON

{ "MasterUserARN" : String, "MasterUserName" : String, "MasterUserPassword" : String }

YAML

MasterUserARN: String MasterUserName: String MasterUserPassword: String

Properties

MasterUserARN

Amazon Resource Name (ARN) for the master user. The ARN can point to an IAM user or role. This property is required for Amazon Cognito to work, and it must match the role configured for Cognito. Only specify if InternalUserDatabaseEnabled is false in AdvancedSecurityOptionsInput.

Required: No

Type: String

Update requires: No interruption

MasterUserName

Username for the master user. Only specify if InternalUserDatabaseEnabled is true in AdvancedSecurityOptionsInput.

If you don't want to specify this value directly within the template, you can use a dynamic reference instead.

Required: No

Type: String

Pattern: .*

Minimum: 1

Maximum: 64

Update requires: No interruption

MasterUserPassword

Password for the master user. Only specify if InternalUserDatabaseEnabled is true in AdvancedSecurityOptionsInput.

If you don't want to specify this value directly within the template, you can use a dynamic reference instead.

Required: No

Type: String

Pattern: .*

Minimum: 8

Maximum: 128

Update requires: No interruption