ConditionLogicalOperator

class aws_cdk.aws_glue.ConditionLogicalOperator(*values)

Bases: Enum

Represents the logical operator for evaluating a single condition in the Glue Trigger API.

Attributes

EQUALS

The condition is true if the values are equal.