AWS::AccountAccess::Application IdentityCenter - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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: String InstanceArn: 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: 10

Maximum: 1224

Update 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: 10

Maximum: 1224

Update requires: Replacement