RdsDeleteDbSnapshotOperator
AmazonDeletes a DB instance or cluster snapshot or terminating the copy operation
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