---
type: resource-type
title: Assignment
description: aws resource type AWS::SSO::Assignment
name: Assignment
lexicon: aws
resource_type: AWS::SSO::Assignment
---
`AWS::SSO::Assignment`, a resource type of the aws lexicon.

## Properties

- `InstanceArn` (`string`, required): The sso instance that the permission set is owned.
- `PermissionSetArn` (`string`, required): The permission set that the assignment will be assigned
- `PrincipalId` (`string`, required): The assignee's identifier, user id/group id
- `PrincipalType` (`"GROUP" | "USER"`, required): The assignee's type, user/group
- `TargetId` (`string`, required): The account id to be provisioned.
- `TargetType` (`"AWS_ACCOUNT"`, required): The type of resource to be provisioned to, only aws account now
