AWS Fundamentals Logo
AWS Fundamentals
AWS::QuickSight::CustomPermissions

QuickSight CustomPermissions

Definition of the AWS::QuickSight::CustomPermissions Resource Type.

Properties

4 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
AwsAccountId
string
RequiredCreate-only
CustomPermissionsName
string
RequiredCreate-only
Capabilities
Capabilities
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::QuickSight::CustomPermissions

Resources:
  MyResource:
    Type: AWS::QuickSight::CustomPermissions
    Properties:
      AwsAccountId: "my-awsaccountid"
      CustomPermissionsName: "my-custompermissionsname"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

read

quicksight:DescribeCustomPermissionsquicksight:ListTagsForResource

create

quicksight:CreateCustomPermissionsquicksight:TagResource

update

quicksight:UpdateCustomPermissionsquicksight:TagResourcequicksight:UntagResourcequicksight:ListTagsForResource

list

quicksight:ListCustomPermissions

delete

quicksight:DeleteCustomPermissions

Learn AWS the Practical Way

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

Subscribe to Newsletter

Quick Facts

ServiceQuickSight
Properties5
Required2
TaggingSupported
Primary IDAwsAccountId

Supported Operations

ReadCreateUpdateListDelete

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

AwsAccountIdCustomPermissionsName

External Links