AWS::OpenSearchService::Application IamIdentityCenterOptions
Settings for IAM Identity Center for 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:
Boolean
IamIdentityCenterInstanceArn:String
IamRoleForIdentityCenterApplicationArn:String
Properties
Enabled
-
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
-
Amazon Resource Name of the IAM Identity Center's Application created for the OpenSearch Application after enabling IAM Identity Center.
Required: No
Type: String
Pattern:
arn:(aws|aws\-cn|aws\-us\-gov|aws\-iso|aws\-iso\-b):iam::[0-9]+:role\/.*
Minimum:
20
Maximum:
2048
Update requires: No interruption