CloudFormationDeleteStackOperator
AmazonAn operator that deletes a CloudFormation stack.
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
stack_nameRequiredstack name (templated)
cloudformation_parametersparameters to be passed to CloudFormation.
Documentation
An operator that deletes a CloudFormation stack.
See also
For more information on how to use this operator, take a look at the guide: Delete an AWS CloudFormation stack
- param aws_conn_id
aws connection to uses