RdsCancelExportTaskOperator
AmazonCancels an export task in progress that is exporting a snapshot to Amazon S3
Access Instructions
Install the Amazon provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
export_task_identifierRequiredThe identifier of the snapshot export task to cancel
wait_for_completionIf True, waits for DB snapshot export to cancel. (default: True)
Documentation
Cancels an export task in progress that is exporting a snapshot to Amazon S3
See also
For more information on how to use this operator, take a look at the guide: Cancel an Amazon RDS export task