CloudFormationDeleteStackSensor

Amazon

Waits for a stack to be deleted successfully on AWS CloudFormation.

View on GitHub

Last Updated: Oct. 23, 2022

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_nameRequiredThe name of the stack to wait for (templated)
aws_conn_idID of the Airflow connection where credentials and extra configuration are stored
poke_intervalTime in seconds that the job should wait between each try

Documentation

Waits for a stack to be deleted successfully on AWS CloudFormation.

See also

For more information on how to use this sensor, take a look at the guide: Wait on an AWS CloudFormation stack deletion state

Was this page helpful?