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::Application IamIdentityCenterOptions
Configuration settings for IAM Identity Center in an OpenSearch application.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Enabled" :Boolean, "IamIdentityCenterInstanceArn" :String, "IamRoleForIdentityCenterApplicationArn" :String}
YAML
Enabled:BooleanIamIdentityCenterInstanceArn:StringIamRoleForIdentityCenterApplicationArn:String
Properties
- Enabled
- 
                    Indicates whether IAM Identity Center is enabled for the OpenSearch application. Required: No Type: Boolean Update requires: No interruption 
- IamIdentityCenterInstanceArn
- Property description not available. - Required: No - Type: String - Update requires: No interruption 
- IamRoleForIdentityCenterApplicationArn
- 
                    The Amazon Resource Name (ARN) of the IAM role assigned to the IAM Identity Center application for the OpenSearch application. Required: No Type: String Pattern: arn:(aws|aws\-cn|aws\-us\-gov|aws\-iso|aws\-iso\-b):iam::[0-9]+:role\/.*Minimum: 20Maximum: 2048Update requires: No interruption