AWS Fundamentals Logo
AWS Fundamentals
AWS::QuickSight::Topic

QuickSight Topic

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

Properties

10 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
AwsAccountId
string
Create-only
ConfigOptions
TopicConfigOptions
CustomInstructions
CustomInstructions
DataSets
Array<DatasetMetadata>
Description
string
FolderArns
Array<string>
Create-onlyWrite-only
Name
string
Tags
Array<Tag>
Create-only
TopicId
string
Create-only
UserExperienceVersion
string

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

Resources:
  MyResource:
    Type: AWS::QuickSight::Topic
    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:DescribeTopicRefreshquicksight:TagResource

read

quicksight:DescribeTopicquicksight:ListTagsForResource

update

quicksight:UpdateTopicquicksight:PassDataSetquicksight:DescribeTopicRefresh

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