Skip to main content

topics

Retrieves a list of topics in a region

Overview

Nametopics
TypeResource
Descriptiontopics
Idawscc.quicksight.topics

Fields

NameDatatypeDescription
aws_account_idstring
topic_idstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
aws_account_id,
topic_id
FROM awscc.quicksight.topics
WHERE region = 'us-east-1'

Permissions

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

Create

quicksight:CreateTopic,
quicksight:PassDataSet,
quicksight:DescribeTopicRefresh

List

quicksight:ListTopics