cloudwatchlogs_describe_export_tasks {paws.management} | R Documentation |
Lists the specified export tasks
Description
Lists the specified export tasks. You can list all your export tasks or filter the results based on task ID or task status.
See https://www.paws-r-sdk.com/docs/cloudwatchlogs_describe_export_tasks/ for full documentation.
Usage
cloudwatchlogs_describe_export_tasks(
taskId = NULL,
statusCode = NULL,
nextToken = NULL,
limit = NULL
)
Arguments
taskId |
The ID of the export task. Specifying a task ID filters the results to one or zero export tasks. |
statusCode |
The status code of the export task. Specifying a status code filters the results to zero or more export tasks. |
nextToken |
The token for the next set of items to return. (You received this token from a previous call.) |
limit |
The maximum number of items returned. If you don't specify a value, the default is up to 50 items. |
[Package paws.management version 0.9.0 Index]