You must be logged in to view saved presets
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
AWSTemplateFormatVersion: '2010-09-09'
Description: ''
Resources:
SsoPermissionSet:
Type: 'AWS::SSO::PermissionSet'
Properties:
Name: ''
InstanceArn: ''
Parameters: {}
Metadata: {}
Conditions: {}