aws.connectcases.list_layouts
Example SQL Queries
SELECT * FROMaws.connectcases.list_layoutsWHERE"domain_id" = 'VALUE';Description
Lists all layouts in the given cases domain. Each list item is a condensed summary object of the layout.
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 |
| _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
| |
| layouts The layouts for the domain. | STRUCT( |
Show child fields
| |