AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the SearchDataTables operation. Searches 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.
Namespace: Amazon.Connect.Model
Assembly: AWSSDK.Connect.dll
Version: 3.x.y.z
public class SearchDataTablesRequest : AmazonConnectRequest IAmazonWebServiceRequest
The SearchDataTablesRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
SearchDataTablesRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
InstanceId | System.String |
Gets and sets the property InstanceId. The unique identifier for the Amazon Connect instance to search within. |
|
MaxResults | System.Int32 |
Gets and sets the property MaxResults. The maximum number of data tables to return in one page of results. |
|
NextToken | System.String |
Gets and sets the property NextToken. Specify the pagination token from a previous request to retrieve the next page of results. |
|
SearchCriteria | Amazon.Connect.Model.DataTableSearchCriteria |
Gets and sets the property SearchCriteria. Search criteria including string conditions for matching table names, descriptions, or resource IDs. Supports STARTS_WITH, CONTAINS, and EXACT comparison types. |
|
SearchFilter | Amazon.Connect.Model.DataTableSearchFilter |
Gets and sets the property SearchFilter. Optional filters to apply to the search results, such as tag-based filtering for attribute-based access control. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5