This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::QuickSight::CustomPermissions
Creates a custom permissions profile.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::QuickSight::CustomPermissions", "Properties" : { "AwsAccountId" :String, "Capabilities" :Capabilities, "CustomPermissionsName" :String, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::QuickSight::CustomPermissions Properties: AwsAccountId:StringCapabilities:CapabilitiesCustomPermissionsName:StringTags:- Tag
Properties
AwsAccountId-
The ID of the Amazon account that contains the custom permission configuration that you want to update.
Required: Yes
Type: String
Pattern:
^[0-9]{12}$Minimum:
12Maximum:
12Update requires: Replacement
Capabilities-
A set of actions in the custom permissions profile.
Required: No
Type: Capabilities
Update requires: No interruption
CustomPermissionsName-
The name of the custom permissions profile.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9+=,.@_-]+$Minimum:
1Maximum:
64Update requires: Replacement
-
The tags to associate with the custom permissions profile.
Required: No
Type: Array of Tag
Minimum:
1Maximum:
200Update requires: No interruption
Return values
Ref
Fn::GetAtt
Arn-
The Amazon Resource Name (ARN) of the custom permissions profile.