AWS Glue Trigger Predicate
The
Predicate property type specifies the predicate of an AWS Glue job trigger, which determines
when it fires.
Predicate is a property of the AWS::Glue::Trigger resource.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Logical" :String, "Conditions" : [ Condition, ... ] }
YAML
Logical:StringConditions: - Condition
Properties
Logical-
The logical operator for the predicate.
Valid values:
ANDRequired: Optional field if only one condition is listed. If multiple conditions are listed, then this field is required.
Type: String
Update requires: No interruption
Conditions-
The conditions that determine when the trigger fires.
Required: No
Type: List of Condition
Update requires: No interruption
See Also
-
Predicate Structure in the AWS Glue Developer Guide
