This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::OpenSearchService::Application IamIdentityCenterOptions
Configuration settings for IAM Identity Center in an OpenSearch application.
Syntax
To declare this entity in your Amazon 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
IamIdentityCenterInstanceArnProperty 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