theme_tags
Expands all tag keys and values for themes
in a region
Overview
Name | theme_tags |
Type | Resource |
Description | Definition of the AWS::QuickSight::Theme Resource Type. |
Id | aws.quicksight.theme_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the theme. |
aws_account_id | string | |
base_theme_id | string | |
configuration | object | The theme configuration. This configuration contains all of the display properties for |
created_time | string | The date and time that the theme was created. |
last_updated_time | string | The date and time that the theme was last updated. |
name | string | |
permissions | array | |
theme_id | string | |
type | string | |
version | object | A version of a theme. |
version_description | string | |
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,
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