AWS Glue Trigger Condition
The
Condition property type specifies a condition for an AWS Glue job trigger predicate.
The Conditions property of the Predicate property type contains a list of Condition property types.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "LogicalOperator" :String, "JobName" :String, "State" :String}
YAML
LogicalOperator:StringJobName:StringState:String
Properties
LogicalOperator-
The logical operator for the condition.
Valid values:
EQUALSRequired: No
Type: String
Update requires: No interruption
JobName-
The name of the associated job. It must match the single-line string pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*Required: No
Type: String
Update requires: No interruption
State-
The state of the condition.
Valid values:
SUCCEEDEDRequired: No
Type: String
Update requires: No interruption
See Also
-
Condition Structure in the AWS Glue Developer Guide
