AWS::QuickSight::CustomPermissionsCreates a custom permissions profile.
import { CfnCustomPermissions } from 'aws-cdk-lib/aws-quicksight';Or use the module namespace:
import * as quicksight from 'aws-cdk-lib/aws-quicksight';
// quicksight.CfnCustomPermissionsConfiguration passed to the constructor as CfnCustomPermissionsProps.
awsAccountIdRequiredstringThe ID of the AWS account that contains the custom permission configuration that you want to update.
customPermissionsNameRequiredstringThe name of the custom permissions profile.
capabilitiesOptionalIResolvable | CapabilitiesPropertyA set of actions in the custom permissions profile.
tagsOptionalCfnTag[]The tags to associate with the custom permissions profile.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-quicksightAWS::QuickSight::CustomPermissions