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 DescribeImportTaskBatches operation. Gets detailed information about the individual batches within an import task, including their status and any error messages. For CloudTrail Event Data Store sources, a batch refers to a subset of stored events grouped by their eventTime.
Namespace: Amazon.CloudWatchLogs.Model
Assembly: AWSSDK.CloudWatchLogs.dll
Version: 3.x.y.z
public class DescribeImportTaskBatchesRequest : AmazonCloudWatchLogsRequest IAmazonWebServiceRequest
The DescribeImportTaskBatchesRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
DescribeImportTaskBatchesRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
BatchImportStatus | System.Collections.Generic.List<System.String> |
Gets and sets the property BatchImportStatus. Optional filter to list import batches by their status. Accepts multiple status values: IN_PROGRESS, CANCELLED, COMPLETED and FAILED. |
|
ImportId | System.String |
Gets and sets the property ImportId. The ID of the import task to get batch information for. |
|
Limit | System.Int32 |
Gets and sets the property Limit. The maximum number of import batches to return in the response. Default: 10 |
|
NextToken | System.String |
Gets and sets the property NextToken. The pagination token for the next set of results. |
.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