AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::QuickSight::CustomPermissions

CfnCustomPermissions

Creates a custom permissions profile.

Import

import { CfnCustomPermissions } from 'aws-cdk-lib/aws-quicksight';

Or use the module namespace:

import * as quicksight from 'aws-cdk-lib/aws-quicksight';
// quicksight.CfnCustomPermissions

Properties

Configuration passed to the constructor as CfnCustomPermissionsProps.

awsAccountIdRequired
string

The ID of the AWS account that contains the custom permission configuration that you want to update.

customPermissionsNameRequired
string

The name of the custom permissions profile.

capabilitiesOptional
IResolvable | CapabilitiesProperty

A set of actions in the custom permissions profile.

tagsOptional
CfnTag[]

The tags to associate with the custom permissions profile.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter