This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::OpenSearchService::Domain MasterUserOptions
Specifies information about the master user.
Required if InternalUserDatabaseEnabled is true in AdvancedSecurityOptions.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "MasterUserARN" :String, "MasterUserName" :String, "MasterUserPassword" :String}
YAML
MasterUserARN:StringMasterUserName:StringMasterUserPassword: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 InternalUserDatabaseEnabledis false in AdvancedSecurityOptionsInput.Required: No Type: String Update requires: No interruption 
- MasterUserName
- 
                    Username for the master user. Only specify if InternalUserDatabaseEnabledis 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: 1Maximum: 64Update requires: No interruption 
- MasterUserPassword
- 
                    Password for the master user. Only specify if InternalUserDatabaseEnabledis 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: 8Maximum: 128Update requires: No interruption