task_template
Gets an individual task_template
resource
Overview
Name | task_template |
Type | Resource |
Description | task_template |
Id | awscc.connect.task_template |
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 | |
client_token | string | |
tags | array | One or more tags. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
instance_arn,
name,
description,
contact_flow_arn,
constraints,
defaults,
fields,
status,
client_token,
tags
FROM awscc.connect.task_template
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the task_template
resource, the following permissions are required:
Read
connect:GetTaskTemplate
Update
connect:UpdateTaskTemplate,
connect:TagResource,
connect:UntagResource
Delete
connect:DeleteTaskTemplate,
connect:UntagResource,
connect:GetTaskTemplate