CloudFormationCreateStackSensor
AmazonWaits for a stack to be created successfully on AWS CloudFormation.
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 created 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 creation state