AWS::SSO::ApplicationResource Type definition for Identity Center (SSO) Application
7 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ApplicationProviderArn | string | RequiredCreate-only |
InstanceArn | string | RequiredCreate-only |
Name | string | Required |
Description | string | |
PortalOptions | PortalOptionsConfiguration | |
Status | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ApplicationArn | string | The Application ARN that is returned upon creation of the Identity Center (SSO) Application |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SSO::Application
Resources:
MyResource:
Type: AWS::SSO::Application
Properties:
Name: "my-name"
InstanceArn: "arn:aws:service:region:account:resource"
ApplicationProviderArn: "arn:aws:service:region:account:resource"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
sso:CreateApplicationsso:DescribeApplicationsso:TagResourcesso:ListTagsForResourcesso:DescribeApplicationsso:ListTagsForResourcesso:UpdateApplicationsso:TagResourcesso:UntagResourcesso:ListTagsForResourcesso:DescribeApplicationsso:DeleteApplicationsso:ListApplicationssso:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterApplicationArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
InstanceArnApplicationProviderArn