Learn R Programming

paws.database (version 0.1.9)

rds_cancel_export_task: Cancels an export task in progress that is exporting a snapshot to Amazon S3

Description

Cancels an export task in progress that is exporting a snapshot to Amazon S3. Any data that has already been written to the S3 bucket isn\'t removed.

Usage

rds_cancel_export_task(ExportTaskIdentifier)

Arguments

ExportTaskIdentifier

[required] The identifier of the snapshot export task to cancel.

Request syntax

svc$cancel_export_task(
  ExportTaskIdentifier = "string"
)