AWS::Glue::Trigger Predicate - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: - 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