Skip to main content

topics_list_only

Lists topics in a region or regions, for all properties use topics

Overview

Nametopics_list_only
TypeResource
DescriptionDefinition of the AWS::QuickSight::Topic Resource Type.
Idaws.quicksight.topics_list_only

Fields

NameDatatypeDescription
arnstring
aws_account_idstring
data_setsarray
descriptionstring
namestring
topic_idstring
user_experience_versionstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all topics in a region.

SELECT
region,
aws_account_id,
topic_id
FROM aws.quicksight.topics_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the topics_list_only resource, see topics