theme_tags
Expands all tag keys and values for themes
in a region
Overview
Name | theme_tags |
Type | Resource |
Description | Definition of AWS::AmplifyUIBuilder::Theme Resource Type |
Id | aws.amplifyuibuilder.theme_tags |
Fields
Name | Datatype | Description |
---|---|---|
app_id | string | |
created_at | string | |
environment_name | string | |
id | string | |
modified_at | string | |
name | string | |
overrides | array | |
values | array | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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