Learn R Programming

paws.management (version 0.1.10)

cloudwatchlogs_cancel_export_task: Cancels the specified export task

Description

Cancels the specified export task.

The task must be in the PENDING or RUNNING state.

Usage

cloudwatchlogs_cancel_export_task(taskId)

Arguments

taskId

[required] The ID of the export task.

Request syntax

svc$cancel_export_task(
  taskId = "string"
)