Interface CcAssignmentProps

interface CcAssignmentProps {
    ccInstanceArn: string;
    ccPermissionSetArn: string;
    ccPrincipalId: string;
    ccPrincipalType?: PrincipalType;
    ccTargetId: string;
}

Properties

ccInstanceArn: string

The ARN of the SSO instance under which the operation will be executed.

ccPermissionSetArn: string

The ARN of the permission set.

ccPrincipalId: string

An identifier for an object in IAM Identity Center, such as a user or group.

ccPrincipalType?: PrincipalType

The entity type for which the assignment will be created.

ccTargetId: string

TargetID is an AWS account identifier.

Generated using TypeDoc