Searches contacts in an Amazon Connect instance.
See https://www.paws-r-sdk.com/docs/connect_search_contacts/ for full documentation.
connect_search_contacts(
InstanceId,
TimeRange,
SearchCriteria = NULL,
MaxResults = NULL,
NextToken = NULL,
Sort = NULL
)
[required] The identifier of Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
[required] Time range that you want to search results.
The search criteria to be used to return contacts.
The maximum number of results to return per page.
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
Specifies a field to sort by and a sort order.