PredicateLogical
- class aws_cdk.aws_glue_alpha.PredicateLogical(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
Bases:
Enum
- Stability:
experimental
Attributes
- AND
(experimental) All conditions must be true for the predicate to be true.
- Stability:
experimental
- ANY
(experimental) At least one condition must be true for the predicate to be true.
- Stability:
experimental