AWS::SSO::ApplicationAssignmentResource Type definition for SSO application access grant to a user or group.
3 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ApplicationArn | string | RequiredCreate-only |
PrincipalId | string | RequiredCreate-only |
PrincipalType | string | RequiredCreate-only |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SSO::ApplicationAssignment
Resources:
MyResource:
Type: AWS::SSO::ApplicationAssignment
Properties:
ApplicationArn: "arn:aws:service:region:account:resource"
PrincipalType: "USER"
PrincipalId: "my-principalid"Permissions CloudFormation needs in your IAM role to manage this resource.
sso:CreateApplicationAssignmentsso:DescribeApplicationAssignmentsso:DescribeApplicationAssignmentsso:DeleteApplicationAssignmentsso:ListApplicationAssignmentsOur 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.
ApplicationArnPrincipalTypePrincipalId