AWS::SSO::PermissionSetResource Type definition for SSO PermissionSet
10 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
InstanceArn | string | RequiredCreate-only |
Name | string | RequiredCreate-only |
CustomerManagedPolicyReferences | Array<CustomerManagedPolicyReference> | |
Description | string | |
InlinePolicy | objectstring | |
ManagedPolicies | Array<string> | |
PermissionsBoundary | PermissionsBoundary | |
RelayStateType | string | |
SessionDuration | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
PermissionSetArn | string | The permission set that the policy will be attached to |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SSO::PermissionSet
Resources:
MyResource:
Type: AWS::SSO::PermissionSet
Properties:
Name: "my-name"
InstanceArn: "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:CreatePermissionSetsso:PutInlinePolicyToPermissionSetsso:AttachManagedPolicyToPermissionSetsso:AttachCustomerManagedPolicyReferenceToPermissionSetsso:PutPermissionsBoundaryToPermissionSetsso:TagResourcesso:DescribePermissionSetsso:ListTagsForResourcesso:DescribePermissionSetsso:ListTagsForResourcesso:ListManagedPoliciesInPermissionSetsso:ListCustomerManagedPolicyReferencesInPermissionSetsso:GetInlinePolicyForPermissionSetsso:GetPermissionsBoundaryForPermissionSetsso:UpdatePermissionSetsso:TagResourcesso:UntagResourcesso:ListTagsForResourcesso:AttachManagedPolicyToPermissionSetsso:AttachCustomerManagedPolicyReferenceToPermissionSetsso:DetachManagedPolicyFromPermissionSetsso:DetachCustomerManagedPolicyReferenceFromPermissionSetsso:DeletePermissionSetsso:DescribePermissionSetOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterInstanceArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
InstanceArnName