task_templates
Retrieves a list of task_templates
in a region
Overview
Name | task_templates |
Type | Resource |
Description | task_templates |
Id | awscc.connect.task_templates |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The identifier (arn) of the task template. |
region | string | AWS 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