This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::EMRContainers::SecurityConfiguration IdentityCenterConfiguration
Contains the IAM Identity Center settings for a security configuration, including instance ARN, application assignment requirements, and application ARN.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "EnableIdentityCenter" :Boolean, "IdentityCenterApplicationAssignmentRequired" :Boolean, "IdentityCenterInstanceARN" :String}
YAML
EnableIdentityCenter:BooleanIdentityCenterApplicationAssignmentRequired:BooleanIdentityCenterInstanceARN:String
Properties
EnableIdentityCenter-
Specifies whether Identity Center is enabled for the security configuration.
Required: No
Type: Boolean
Update requires: Replacement
IdentityCenterApplicationAssignmentRequired-
Specifies whether user assignment is required for the Identity Center application.
Required: No
Type: Boolean
Update requires: Replacement
IdentityCenterInstanceARN-
The Amazon Resource Name (ARN) of the Identity Center instance.
Required: No
Type: String
Pattern:
^arn:(aws|aws-us-gov|aws-cn|aws-iso|aws-iso-b):sso:::instance/(sso)?ins-[a-zA-Z0-9-.]{16}$Update requires: Replacement