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