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 DescribeLookupTables operation. Retrieves metadata about lookup tables in your account. You can optionally filter the results by table name prefix. Results are sorted by table name in ascending order.
Namespace: Amazon.CloudWatchLogs.Model
Assembly: AWSSDK.CloudWatchLogs.dll
Version: 3.x.y.z
public class DescribeLookupTablesRequest : AmazonCloudWatchLogsRequest IAmazonWebServiceRequest
The DescribeLookupTablesRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
DescribeLookupTablesRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
LookupTableNamePrefix | System.String |
Gets and sets the property LookupTableNamePrefix. A prefix to filter lookup tables by name. Only tables whose names start with this prefix are returned. If you don't specify a prefix, all tables in the account and Region are returned. |
|
MaxResults | System.Nullable<System.Int32> |
Gets and sets the property MaxResults. The maximum number of lookup tables to return in the response. The default value is 50 and the maximum value is 100. |
|
NextToken | System.String |
Gets and sets the property NextToken. The token for the next set of items to return. (You received this token from a previous call.) |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer