This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::CodePipeline::Pipeline BeforeEntryConditions
The conditions for making checks for entry to a stage. For more information about conditions, see Stage conditions and How do stage conditions work?.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Conditions" :[ Condition, ... ]}
YAML
Conditions:- Condition
Properties
Conditions-
The conditions that are configured as entry conditions.
Required: No
Type: Array of Condition
Minimum:
1Maximum:
1Update requires: No interruption