aws.connect.list_task_templates
Example SQL Queries
SELECT * FROMaws.connect.list_task_templatesWHERE"instance_id" = 'VALUE';Description
Lists task templates for the specified Amazon Connect instance.
Table Definition
| Column Name | Column Data Type |
|---|---|
| instance_id Required Input Column The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. | VARCHAR |
| name Input Column The name of the task template. | VARCHAR |
| status Input Column Marks a template as ACTIVE or INACTIVE for a task to refer to it. Tasks can only be created from ACTIVE templates. If a template is marked as INACTIVE, then a task that refers to this template cannot be created. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The Amazon Resource Name (ARN) of the task template. | VARCHAR |
| created_time The timestamp when the task template was created. | TIMESTAMP_S |
| description The description of the task template. | VARCHAR |
| id A unique identifier for the task template. | VARCHAR |
| last_modified_time The timestamp when the task template was last modified. | TIMESTAMP_S |