Searches for data tables based on the table's ID, name, and description
Source:R/connect_operations.R
connect_search_data_tables.RdSearches for data tables based on the table's ID, name, and description. In the future, this operation can support searching on attribute names and possibly primary values. Follows other search operations closely and supports both search criteria and filters.
See https://www.paws-r-sdk.com/docs/connect_search_data_tables/ for full documentation.
Usage
connect_search_data_tables(
InstanceId,
NextToken = NULL,
MaxResults = NULL,
SearchFilter = NULL,
SearchCriteria = NULL
)Arguments
- InstanceId
[required] The unique identifier for the Amazon Connect instance to search within.
- NextToken
Specify the pagination token from a previous request to retrieve the next page of results.
- MaxResults
The maximum number of data tables to return in one page of results.
- SearchFilter
Optional filters to apply to the search results, such as tag-based filtering for attribute-based access control.
- SearchCriteria
Search criteria including string conditions for matching table names, descriptions, or resource IDs. Supports STARTS_WITH, CONTAINS, and EXACT comparison types.