IamConfig / IdentityCenterConfig / IdentityCenterAssignmentConfig

Identity Center Assignment Configuration

Example

identityCenterAssignments:
- name: Assignment1
permissionSetName: PermissionSet1
principalId: "a4e81468-1001-70f0-9c12-56a6aa967ca4"
principalType: USER
deploymentTargets:
accounts:
- LogArchive
- name: Assignment2
permissionSetName: PermissionSet2
principalId: "a4e81468-1001-70f0-9c12-56a6aa967ca4"
principalType: GROUP
deploymentTargets:
organizationalUnits:
- Security

Hierarchy

  • IdentityCenterAssignmentConfig

Implements

Constructors

Properties

deploymentTargets: DeploymentTargets = ...

Role set deployment targets

name: string = ''

The Name for the Assignment

permissionSetName: string = ''

Arn of the Permission Set that will be used for the Assignment

principalId: string = ''

PrincipalId that will be used for the Assignment

principalType: "USER" | "GROUP" = 'USER'

PrincipalType that will be used for the Assignment

Generated using TypeDoc