You can create conditions within your manifest file. These conditions work just like the AWS CloudFormation conditions
and can be used to decide whether actions occur or not:
At the moment you can use Equals and Not functions to create conditions. Then you can specify conditions for your
stacks and other actions:
When you use conditions you are responsible for ensuring that all actions referenced within the depends_on have the same
conditions.