interface CustomPermissionsReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CustomPermissionsReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CustomPermissionsReference |
![]() | software.amazon.awscdk.services.quicksight.CustomPermissionsReference |
![]() | aws_cdk.aws_quicksight.CustomPermissionsReference |
![]() | aws-cdk-lib » aws_quicksight » CustomPermissionsReference |
A reference to a CustomPermissions resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const customPermissionsReference: quicksight.CustomPermissionsReference = {
awsAccountId: 'awsAccountId',
customPermissionsArn: 'customPermissionsArn',
customPermissionsName: 'customPermissionsName',
};
Properties
Name | Type | Description |
---|---|---|
aws | string | The AwsAccountId of the CustomPermissions resource. |
custom | string | The ARN of the CustomPermissions resource. |
custom | string | The CustomPermissionsName of the CustomPermissions resource. |
awsAccountId
Type:
string
The AwsAccountId of the CustomPermissions resource.
customPermissionsArn
Type:
string
The ARN of the CustomPermissions resource.
customPermissionsName
Type:
string
The CustomPermissionsName of the CustomPermissions resource.