AWS::OpenSearchService::Domain MasterUserOptions
Specifies information about the master user.
Required if 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:StringMasterUserName:StringMasterUserPassword:String
Properties
MasterUserARNAmazon 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
MasterUserNameUsername 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
Minimum:
1Maximum:
64Pattern:
.*Update requires: No interruption
MasterUserPasswordPassword 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
Minimum:
8Maximum:
128Pattern:
.*Update requires: No interruption