template_tags
Expands all tag keys and values for templates
in a region
Overview
Name | template_tags |
Type | Resource |
Description | Definition of the AWS::QuickSight::Template Resource Type. |
Id | aws.quicksight.template_tags |
Fields
Name | Datatype | Description |
---|---|---|
created_time | string | Time when this was created. |
version_description | string | |
source_entity | object | The source entity of the template. |
definition | object | |
last_updated_time | string | Time when this was last updated. |
validation_strategy | object | The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to |
name | string | |
version | object | A version of a template. |
aws_account_id | string | |
permissions | array | |
arn | string | The Amazon Resource Name (ARN) of the template. |
template_id | 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 templates
in a region.
SELECT
region,
created_time,
version_description,
source_entity,
definition,
last_updated_time,
validation_strategy,
name,
version,
aws_account_id,
permissions,
arn,
template_id,
tag_key,
tag_value
FROM aws.quicksight.template_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the template_tags
resource, see templates