Gets detailed information about the individual batches within an import task, including their status and any error messages
Source:R/cloudwatchlogs_operations.R
cloudwatchlogs_describe_import_task_batches.RdGets 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.
See https://www.paws-r-sdk.com/docs/cloudwatchlogs_describe_import_task_batches/ for full documentation.
Usage
cloudwatchlogs_describe_import_task_batches(
importId,
batchImportStatus = NULL,
limit = NULL,
nextToken = NULL
)Arguments
- importId
[required] The ID of the import task to get batch information for.
- batchImportStatus
Optional filter to list import batches by their status. Accepts multiple status values: IN_PROGRESS, CANCELLED, COMPLETED and FAILED.
- limit
The maximum number of import batches to return in the response. Default: 10
- nextToken
The pagination token for the next set of results.