interface AssignmentReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SSO.AssignmentReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssso#AssignmentReference |
![]() | software.amazon.awscdk.services.sso.AssignmentReference |
![]() | aws_cdk.aws_sso.AssignmentReference |
![]() | aws-cdk-lib » aws_sso » AssignmentReference |
A reference to a Assignment resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sso as sso } from 'aws-cdk-lib';
const assignmentReference: sso.AssignmentReference = {
instanceArn: 'instanceArn',
permissionSetArn: 'permissionSetArn',
principalId: 'principalId',
principalType: 'principalType',
targetId: 'targetId',
targetType: 'targetType',
};
Properties
Name | Type | Description |
---|---|---|
instance | string | The InstanceArn of the Assignment resource. |
permission | string | The PermissionSetArn of the Assignment resource. |
principal | string | The PrincipalId of the Assignment resource. |
principal | string | The PrincipalType of the Assignment resource. |
target | string | The TargetId of the Assignment resource. |
target | string | The TargetType of the Assignment resource. |
instanceArn
Type:
string
The InstanceArn of the Assignment resource.
permissionSetArn
Type:
string
The PermissionSetArn of the Assignment resource.
principalId
Type:
string
The PrincipalId of the Assignment resource.
principalType
Type:
string
The PrincipalType of the Assignment resource.
targetId
Type:
string
The TargetId of the Assignment resource.
targetType
Type:
string
The TargetType of the Assignment resource.