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::AccountAccess::Application IdentityCenter
Specifies the IAM Identity Center instance to use as the identity source for an application.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "ApplicationArn" :String, "InstanceArn" :String}
YAML
ApplicationArn:StringInstanceArn:String
Properties
ApplicationArn-
The ARN of the IAM Identity Center application created for this account access manager application. This property is not required or supported as input. It can be read after creation.
Required: No
Type: String
Pattern:
^arn:[a-z0-9-]+:sso::[0-9]{12}:application/(sso)?ins-[a-zA-Z0-9-.]{16}/apl-[a-zA-Z0-9]{16}$Minimum:
10Maximum:
1224Update requires: Replacement
InstanceArn-
The ARN of the IAM Identity Center instance.
Required: Yes
Type: String
Pattern:
^arn:[a-z0-9-]+:sso:::instance/(sso)?ins-[a-zA-Z0-9-.]{16}$Minimum:
10Maximum:
1224Update requires: Replacement