AWS::Glue::Trigger Predicate - AWS CloudFormation

AWS::Glue::Trigger Predicate

Defines the predicate of the trigger, which determines when it fires.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Conditions" : [ Condition, ... ], "Logical" : String }

YAML

Conditions: - Condition Logical: String

Properties

Conditions

A list of the conditions that determine when the trigger will fire.

Required: No

Type: Array 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 | ANY

Update requires: No interruption

See also