interface PermissionSetReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SSO.PermissionSetReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssso#PermissionSetReference |
![]() | software.amazon.awscdk.services.sso.PermissionSetReference |
![]() | aws_cdk.aws_sso.PermissionSetReference |
![]() | aws-cdk-lib » aws_sso » PermissionSetReference |
A reference to a PermissionSet 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 permissionSetReference: sso.PermissionSetReference = {
instanceArn: 'instanceArn',
permissionSetArn: 'permissionSetArn',
};
Properties
Name | Type | Description |
---|---|---|
instance | string | The InstanceArn of the PermissionSet resource. |
permission | string | The PermissionSetArn of the PermissionSet resource. |
instanceArn
Type:
string
The InstanceArn of the PermissionSet resource.
permissionSetArn
Type:
string
The PermissionSetArn of the PermissionSet resource.