An SSO permission set is a template that defines a collection of one or more IAM policies. A permission set is applied to allow SSO principals (users or groups) access to one or more AWS accounts.

This template requires the SSO instance Arn which can be found in the AWS console under SSO > Settings or from the CLI command aws sso-admin list-instances

Items
1
Size
0.2 KB
Missing Parameters
AWSTemplateFormatVersion: '2010-09-09'
Description: ''
Resources:
  SsoPermissionSet:
    Type: 'AWS::SSO::PermissionSet'
    Properties:
      Name: ''
      InstanceArn: ''
Parameters: {}
Metadata: {}
Conditions: {}

Actions



Customize Template

* Required field