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.
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