Skip to main content

task_templates_list_only

Lists task_templates in a region or regions, for all properties use task_templates

Overview

Nametask_templates_list_only
TypeResource
DescriptionResource Type definition for AWS::Connect::TaskTemplate.
Idaws.connect.task_templates_list_only

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
tagsarrayOne or more tags.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all task_templates in a region.

SELECT
region,
arn
FROM aws.connect.task_templates_list_only
WHERE region = 'us-east-1';

Permissions

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