You must be logged in to view saved presets
A configuration template to assign access to a specified principal (SSO Group or User) to an AWS account using an SSO Permission Set
AWSTemplateFormatVersion: '2010-09-09'
Description: ''
Resources:
SsoAssignment:
Type: 'AWS::SSO::Assignment'
Properties:
InstanceArn: ''
PermissionSetArn: ''
PrincipalId: ''
PrincipalType: GROUP
TargetId: ''
TargetType: AWS_ACCOUNT
Parameters: {}
Metadata: {}
Conditions: {}