Skip to main content

task_templates

Retrieves a list of task_templates in a region

Overview

Nametask_templates
TypeResource
Descriptiontask_templates
Idawscc.connect.task_templates

Fields

NameDatatypeDescription
arnstringThe identifier (arn) of the task template.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn
FROM awscc.connect.task_templates
WHERE region = 'us-east-1'

Permissions

To operate on the task_templates resource, the following permissions are required:

Create

connect:CreateTaskTemplate,
connect:TagResource

List

connect:ListTaskTemplates