Skip to main content

template_tags

Expands all tag keys and values for templates in a region

Overview

Nametemplate_tags
TypeResource
DescriptionDefinition of the AWS::QuickSight::Template Resource Type.
Idaws.quicksight.template_tags

Fields

NameDatatypeDescription
created_timestring

Time when this was created.

version_descriptionstring
source_entityobject

The source entity of the template.

definitionobject
last_updated_timestring

Time when this was last updated.

validation_strategyobject

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 LENIENT, validation is skipped for specific errors.

namestring
versionobject

A version of a template.

aws_account_idstring
permissionsarray
arnstring

The Amazon Resource Name (ARN) of the template.

template_idstring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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