Skip to main content

task_template_tags

Expands all tag keys and values for task_templates in a region

Overview

Nametask_template_tags
TypeResource
DescriptionResource Type definition for AWS::Connect::TaskTemplate.
Idaws.connect.task_template_tags

Fields

NameDatatypeDescription
arnstringThe identifier (arn) of the task template.
instance_arnstringThe identifier (arn) of the instance.
namestringThe name of the task template.
descriptionstringThe description of the task template.
contact_flow_arnstringThe identifier of the contact flow.
constraintsobjectThe constraints for the task template
defaultsarray
fieldsarrayThe list of task template's fields
statusstringThe status of the task template
client_tokenstringthe client token string in uuid format
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all task_templates in a region.

SELECT
region,
arn,
instance_arn,
name,
description,
contact_flow_arn,
constraints,
defaults,
fields,
status,
client_token,
tag_key,
tag_value
FROM aws.connect.task_template_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the task_template_tags resource, see task_templates