Lists values stored in a data table with optional filtering by record IDs or primary attribute values
Source:R/connect_operations.R
connect_list_data_table_values.RdLists values stored in a data table with optional filtering by record IDs or primary attribute values. Returns the raw stored values along with metadata such as lock versions and modification timestamps.
See https://www.paws-r-sdk.com/docs/connect_list_data_table_values/ for full documentation.
Usage
connect_list_data_table_values(
InstanceId,
DataTableId,
RecordIds = NULL,
PrimaryAttributeValues = NULL,
NextToken = NULL,
MaxResults = NULL
)Arguments
- InstanceId
[required] The unique identifier for the Amazon Connect instance.
- DataTableId
[required] The unique identifier for the data table whose values should be listed.
- RecordIds
Optional list of specific record IDs to retrieve values for.
- PrimaryAttributeValues
Optional filter to retrieve values for records matching specific primary attribute criteria.
- NextToken
Specify the pagination token from a previous request to retrieve the next page of results.
- MaxResults
The maximum number of data table values to return in one page of results.