interface CfnAssignmentProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.SSO.CfnAssignmentProps |
Java | software.amazon.awscdk.services.sso.CfnAssignmentProps |
Python | aws_cdk.aws_sso.CfnAssignmentProps |
TypeScript | @aws-cdk/aws-sso » CfnAssignmentProps |
Properties for defining a CfnAssignment
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as sso from '@aws-cdk/aws-sso';
const cfnAssignmentProps: sso.CfnAssignmentProps = {
instanceArn: 'instanceArn',
permissionSetArn: 'permissionSetArn',
principalId: 'principalId',
principalType: 'principalType',
targetId: 'targetId',
targetType: 'targetType',
};
Properties
Name | Type | Description |
---|---|---|
instance | string | The ARN of the IAM Identity Center instance under which the operation will be executed. |
permission | string | The ARN of the permission set. |
principal | string | An identifier for an object in IAM Identity Center, such as a user or group. |
principal | string | The entity type for which the assignment will be created. |
target | string | TargetID is an AWS account identifier, (For example, 123456789012). |
target | string | The entity type for which the assignment will be created. |
instanceArn
Type:
string
The ARN of the IAM Identity Center instance under which the operation will be executed.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference .
permissionSetArn
Type:
string
The ARN of the permission set.
principalId
Type:
string
An identifier for an object in IAM Identity Center, such as a user or group.
PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the IAM Identity Center Identity Store API Reference .
principalType
Type:
string
The entity type for which the assignment will be created.
targetId
Type:
string
TargetID is an AWS account identifier, (For example, 123456789012).
targetType
Type:
string
The entity type for which the assignment will be created.