Skip to main content

topic

Gets an individual topic resource

Overview

Nametopic
TypeResource
Descriptiontopic
Idawscc.quicksight.topic

Fields

NameDatatypeDescription
arnstring
aws_account_idstring
data_setsarray
descriptionstring
namestring
topic_idstring
user_experience_versionstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
aws_account_id,
data_sets,
description,
name,
topic_id,
user_experience_version
FROM awscc.quicksight.topic
WHERE data__Identifier = '<AwsAccountId>|<TopicId>';

Permissions

To operate on the topic resource, the following permissions are required:

Read

quicksight:DescribeTopic

Update

quicksight:UpdateTopic,
quicksight:PassDataSet,
quicksight:DescribeTopicRefresh

Delete

quicksight:DeleteTopic