Lists and describes import tasks, with optional filtering by import status and source ARN
Source:R/cloudwatchlogs_operations.R
cloudwatchlogs_describe_import_tasks.RdLists and describes import tasks, with optional filtering by import status and source ARN.
See https://www.paws-r-sdk.com/docs/cloudwatchlogs_describe_import_tasks/ for full documentation.
Usage
cloudwatchlogs_describe_import_tasks(
importId = NULL,
importStatus = NULL,
importSourceArn = NULL,
limit = NULL,
nextToken = NULL
)Arguments
- importId
Optional filter to describe a specific import task by its ID.
- importStatus
Optional filter to list imports by their status. Valid values are IN_PROGRESS, CANCELLED, COMPLETED and FAILED.
- importSourceArn
Optional filter to list imports from a specific source
- limit
The maximum number of import tasks to return in the response. Default: 50
- nextToken
The pagination token for the next set of results.