interface CfnCustomPermissionsProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnCustomPermissionsProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnCustomPermissionsProps |
![]() | software.amazon.awscdk.services.quicksight.CfnCustomPermissionsProps |
![]() | aws_cdk.aws_quicksight.CfnCustomPermissionsProps |
![]() | aws-cdk-lib » aws_quicksight » CfnCustomPermissionsProps |
Properties for defining a CfnCustomPermissions
.
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 cfnCustomPermissionsProps: quicksight.CfnCustomPermissionsProps = {
awsAccountId: 'awsAccountId',
customPermissionsName: 'customPermissionsName',
// the properties below are optional
capabilities: {
addOrRunAnomalyDetectionForAnalyses: 'addOrRunAnomalyDetectionForAnalyses',
createAndUpdateDashboardEmailReports: 'createAndUpdateDashboardEmailReports',
createAndUpdateDatasets: 'createAndUpdateDatasets',
createAndUpdateDataSources: 'createAndUpdateDataSources',
createAndUpdateThemes: 'createAndUpdateThemes',
createAndUpdateThresholdAlerts: 'createAndUpdateThresholdAlerts',
createSharedFolders: 'createSharedFolders',
createSpiceDataset: 'createSpiceDataset',
exportToCsv: 'exportToCsv',
exportToExcel: 'exportToExcel',
renameSharedFolders: 'renameSharedFolders',
shareAnalyses: 'shareAnalyses',
shareDashboards: 'shareDashboards',
shareDatasets: 'shareDatasets',
shareDataSources: 'shareDataSources',
subscribeDashboardEmailReports: 'subscribeDashboardEmailReports',
viewAccountSpiceCapacity: 'viewAccountSpiceCapacity',
},
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
aws | string | The ID of the AWS account that contains the custom permission configuration that you want to update. |
custom | string | The name of the custom permissions profile. |
capabilities? | IResolvable | Capabilities | A set of actions in the custom permissions profile. |
tags? | Cfn [] | The tags to associate with the custom permissions profile. |
awsAccountId
Type:
string
The ID of the AWS account that contains the custom permission configuration that you want to update.
customPermissionsName
Type:
string
The name of the custom permissions profile.
capabilities?
Type:
IResolvable
|
Capabilities
(optional)
A set of actions in the custom permissions profile.
tags?
Type:
Cfn
[]
(optional)
The tags to associate with the custom permissions profile.