task_templates_list_only
Lists task_templates
in a region or regions, for all properties use task_templates
Overview
Name | task_templates_list_only |
Type | Resource |
Description | Resource Type definition for AWS::Connect::TaskTemplate. |
Id | aws.connect.task_templates_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The identifier (arn) of the task template. |
instance_arn | string | The identifier (arn) of the instance. |
name | string | The name of the task template. |
description | string | The description of the task template. |
contact_flow_arn | string | The identifier of the contact flow. |
constraints | object | The constraints for the task template |
defaults | array | |
fields | array | The list of task template's fields |
status | string | The status of the task template |
client_token | string | the client token string in uuid format |
tags | array | One or more tags. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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