Skip to main content

theme_tags

Expands all tag keys and values for themes in a region

Overview

Nametheme_tags
TypeResource
DescriptionDefinition of the AWS::QuickSight::Theme Resource Type.
Idaws.quicksight.theme_tags

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
theme_idstring
typestring
versionobject

A version of a theme.

version_descriptionstring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all themes in a region.

SELECT
region,
arn,
aws_account_id,
base_theme_id,
configuration,
created_time,
last_updated_time,
name,
permissions,
theme_id,
type,
version,
version_description,
tag_key,
tag_value
FROM aws.quicksight.theme_tags
WHERE region = 'us-east-1';

Permissions

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