AwsIdentityCenterUserAssignmentArgs

interface AwsIdentityCenterUserAssignmentArgs { groupName?: undefined; targetId: Input<string>; targetType?: Input<'AWS_ACCOUNT'>; userEmail: Input<string>; }

User assignment inputs for Identity Center permission capabilities.

Example

CODE
{
  userEmail: 'user@example.com',
  targetId: '000000000000',
}

Properties

groupName: undefined

User and group selectors are mutually exclusive.

targetId: Input<string>

The AWS account ID to provision.

targetType: Input<'AWS_ACCOUNT'>

The type of resource to provision to. Defaults to AWS_ACCOUNT.

userEmail: Input<string>

The user's email address in the Identity Store.