aws.connectcases.list_templates
Example SQL Queries
SELECT * FROMaws.connectcases.list_templatesWHERE"domain_id" = 'VALUE';Description
Lists all of the templates in a Cases domain. Each list item is a condensed summary object of the template.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_id Required Input Column The unique identifier of the Cases domain. | VARCHAR |
| max_results Input Column The maximum number of results to return per page. | BIGINT |
| next_token Input Column The token for the next set of results. This is null if there are no more results to return. | VARCHAR |
| status Input Column A list of status values to filter on. | VARCHAR[] |
Show child fields
| |
| _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
| |
| templates List of template summary objects. | STRUCT( |
Show child fields
| |