aws.connectcases.list_fields
Example SQL Queries
SELECT * FROMaws.connectcases.list_fieldsWHERE"domain_id" = 'VALUE';Description
Lists all fields in a Cases domain.
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
| |
| fields List of detailed field information. | STRUCT( |
Show child fields
| |