Evaluates values at the time of the request and returns them
Source:R/connect_operations.R
connect_evaluate_data_table_values.RdEvaluates values at the time of the request and returns them. It considers the request's timezone or the table's timezone, in that order, when accessing time based tables. When a value is accessed, the accessor's identity and the time of access are saved alongside the value to help identify values that are actively in use. The term "Batch" is not included in the operation name since it does not meet all the criteria for a batch operation as specified in Batch Operations: Amazon Web Services API Standards.
See https://www.paws-r-sdk.com/docs/connect_evaluate_data_table_values/ for full documentation.
Usage
connect_evaluate_data_table_values(
InstanceId,
DataTableId,
Values,
TimeZone = 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. Must also accept the table ARN with or without a version alias.
- Values
[required] A list of value evaluation sets specifying which primary values and attributes to evaluate.
- TimeZone
Optional IANA timezone identifier to use when resolving time based dynamic values. Defaults to the data table time zone if not provided.
- 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.