RdsDeleteDbSnapshotOperator

Amazon

Deletes a DB instance or cluster snapshot or terminating the copy operation

View on GitHub

Last Updated: Jan. 31, 2023

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

db_typeRequiredType of the DB - either “instance” or “cluster”
db_snapshot_identifierRequiredThe identifier for the DB instance or DB cluster snapshot

Documentation

Deletes a DB instance or cluster snapshot or terminating the copy operation

See also

For more information on how to use this operator, take a look at the guide: Delete a database snapshot

Was this page helpful?