AWS::QuickSight::TopicV2

QuickSight TopicV2

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

Properties

10 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
AwsAccountId
string
Create-only
CustomInstructions
CustomInstructions
DataSetRelations
Array<DataSetRelation>
DataSets
Array<DataSetReference>
Description
string
FolderArns
Array<string>
Create-onlyWrite-only
Name
string
Permissions
Array<ResourcePermission>
Tags
Array<Tag>
Create-only
TopicId
string
Create-only

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::TopicV2

Resources:
  MyResource:
    Type: AWS::QuickSight::TopicV2
    Properties:
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"
      Name: !Ref "AWS::StackName"

Required IAM Permissions

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

create

quicksight:CreateTopicquicksight:PassDataSetquicksight:CreateFolderMembershipquicksight:ListFoldersForResourcequicksight:TagResourcequicksight:UpdateTopicPermissions

read

quicksight:DescribeTopicquicksight:DescribeTopicPermissionsquicksight:ListTagsForResource

update

quicksight:UpdateTopicquicksight:PassDataSetquicksight:CreateFolderMembershipquicksight:DeleteFolderMembershipquicksight:ListFoldersForResourcequicksight:DescribeTopicPermissionsquicksight:UpdateTopicPermissions

delete

quicksight:DeleteTopic

list

quicksight:ListTopics

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
Properties11
Required0
TaggingSupported
Primary IDAwsAccountId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

AwsAccountIdFolderArnsTopicIdTags

External Links