Skip to content

Cancel Export Task

cloudwatchlogs_cancel_export_task R Documentation

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.

Value

An empty list.

Request syntax

svc$cancel_export_task(
  taskId = "string"
)