aws.connectcases.list_field_options
Example SQL Queries
SELECT * FROMaws.connectcases.list_field_optionsWHERE"domain_id" = 'VALUE'AND "field_id" = 'VALUE';Description
Lists all of the field options for a field identifier in the domain.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_id Required Input Column The unique identifier of the Cases domain. | VARCHAR |
| field_id Required Input Column The unique identifier of a field. | 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 |
| values Input Column A list of FieldOption values to filter on for ListFieldOptions. | 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
| |
| options A list of FieldOption objects. | STRUCT( |
Show child fields
| |