AWS::QuickSight::CustomPermissions - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: String Capabilities: Capabilities CustomPermissionsName: String Tags: - 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: 12

Maximum: 12

Update 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: 1

Maximum: 64

Update requires: Replacement

Tags

The tags to associate with the custom permissions profile.

Required: No

Type: Array of Tag

Minimum: 1

Maximum: 200

Update requires: No interruption

Return values

Ref

Fn::GetAtt

Arn

The Amazon Resource Name (ARN) of the custom permissions profile.