Skip to main content

task_template

Gets an individual task_template resource

Overview

Nametask_template
TypeResource
Descriptiontask_template
Idawscc.connect.task_template

Fields

NameDatatypeDescription
arnstringThe identifier (arn) of the task template.
instance_arnstringThe identifier (arn) of the instance.
namestringThe name of the task template.
descriptionstringThe description of the task template.
contact_flow_arnstringThe identifier of the contact flow.
constraintsobjectThe constraints for the task template
defaultsarray
fieldsarrayThe list of task template's fields
statusstring
client_tokenstring
tagsarrayOne or more tags.
regionstringAWS 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