AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CloudWatchLogs.AmazonCloudWatchLogsRequest
      Amazon.CloudWatchLogs.Model.DescribeImportTaskBatchesRequest

Namespace: Amazon.CloudWatchLogs.Model
Assembly: AWSSDK.CloudWatchLogs.dll
Version: 3.x.y.z

Syntax

C#
public class DescribeImportTaskBatchesRequest : AmazonCloudWatchLogsRequest
         IAmazonWebServiceRequest

The DescribeImportTaskBatchesRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property 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.

Public Property ImportId System.String

Gets and sets the property ImportId.

The ID of the import task to get batch information for.

Public Property Limit System.Int32

Gets and sets the property Limit.

The maximum number of import batches to return in the response. Default: 10

Public Property NextToken System.String

Gets and sets the property NextToken.

The pagination token for the next set of results.

Version Information

.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