AWS::Glue::Trigger Predicate
Defines the predicate of the trigger, which determines when it fires.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Conditions" :[ Condition, ... ], "Logical" :String}
YAML
Conditions:- ConditionLogical:String
Properties
Conditions-
A list of the conditions that determine when the trigger will fire.
Required: No
Type: List of Condition
Update requires: No interruption
Logical-
An optional field if only one condition is listed. If multiple conditions are listed, then this field is required.
Required: No
Type: String
Allowed values:
AND | ANYUpdate requires: No interruption
See also
-
Predicate Structure in the Amazon Glue Developer Guide