Lists all primary value combinations for a given data table
Source:R/connect_operations.R
connect_list_data_table_primary_values.RdLists all primary value combinations for a given data table. Returns the unique combinations of primary attribute values that identify records in the table. Up to 100 records are returned per request.
See https://www.paws-r-sdk.com/docs/connect_list_data_table_primary_values/ for full documentation.
Usage
connect_list_data_table_primary_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 primary values should be listed.
- RecordIds
Optional list of specific record IDs to retrieve. Used for CloudFormation to effectively describe records by ID. If NextToken is provided, this parameter is ignored.
- PrimaryAttributeValues
Optional filter to retrieve primary values matching specific criteria.
- NextToken
Specify the pagination token from a previous request to retrieve the next page of results.
- MaxResults
The maximum number of data table primary values to return in one page of results.