AWS::CodePipeline::Pipeline BeforeEntryConditions
The conditions for making checks for entry to a stage.
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:
1
Maximum:
1
Update requires: No interruption