Skip to main content

theme_tags

Expands all tag keys and values for themes in a region

Overview

Nametheme_tags
TypeResource
DescriptionDefinition of AWS::AmplifyUIBuilder::Theme Resource Type
Idaws.amplifyuibuilder.theme_tags

Fields

NameDatatypeDescription
app_idstring
created_atstring
environment_namestring
idstring
modified_atstring
namestring
overridesarray
valuesarray
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,
app_id,
created_at,
environment_name,
id,
modified_at,
name,
overrides,
values,
tag_key,
tag_value
FROM aws.amplifyuibuilder.theme_tags
WHERE region = 'us-east-1';

Permissions

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