Skip to main content

themes_list_only

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

Overview

Namethemes_list_only
TypeResource
DescriptionDefinition of the AWS::QuickSight::Theme Resource Type.
Idaws.quicksight.themes_list_only

Fields

NameDatatypeDescription
arnstring

The Amazon Resource Name (ARN) of the theme.

aws_account_idstring
base_theme_idstring
configurationobject

The theme configuration. This configuration contains all of the display properties for
a theme.

created_timestring

The date and time that the theme was created.

last_updated_timestring

The date and time that the theme was last updated.

namestring
permissionsarray
tagsarray
theme_idstring
typestring
versionobject

A version of a theme.

version_descriptionstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all themes in a region.

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

Permissions

For permissions required to operate on the themes_list_only resource, see themes