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
Specifies the identity source for the application. The identity source defines the IAM Identity Center instance that provides principals for entitlements.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::AccountAccess::Application", "Properties" : { "IdentitySource" :IdentitySource, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::AccountAccess::Application Properties: IdentitySource:IdentitySourceTags:- Tag
Properties
IdentitySource-
Specifies the identity source for the application. The identity source defines the IAM Identity Center instance that provides principals for entitlements.
Required: Yes
Type: IdentitySource
Update requires: Replacement
-
Specifies the tags to assign to the application.
Required: No
Type: Array of Tag
Maximum:
50Update requires: No interruption
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the Amazon Resource Name (ARN) of the application.
For more information about using the Ref function, see Ref.
Fn::GetAtt
The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.
ApplicationArn-
The ARN of the IAM Identity Center application created for this account access manager application.
CreatedAt-
The date and time when the application was created.
IdentitySource.IdentityCenter.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.
Status-
The current status of the application.
TenantId-
The tenant identifier associated with the application.
UpdatedAt-
The date and time when the application was last updated.