CloudFormationCreateStackOperator
AmazonAn operator that creates 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_parametersRequiredparameters to be passed to CloudFormation.
aws_conn_idaws connection to uses
Documentation
An operator that creates a CloudFormation stack.
See also
For more information on how to use this operator, take a look at the guide: Create an AWS CloudFormation stack