Skip to main content

themes

Retrieves a list of themes in a region

Overview

Namethemes
TypeResource
Descriptionthemes
Idawscc.quicksight.themes

Fields

NameDatatypeDescription
theme_idstring
aws_account_idstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
theme_id,
aws_account_id
FROM awscc.quicksight.themes
WHERE region = 'us-east-1'

Permissions

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

Create

quicksight:DescribeTheme,
quicksight:DescribeThemePermissions,
quicksight:CreateTheme,
quicksight:TagResource,
quicksight:UntagResource,
quicksight:ListTagsForResource

List

quicksight:ListThemes