Enum PredicateLogical
Namespace: Amazon.CDK.AWS.Glue.Alpha
Assembly: Amazon.CDK.AWS.Glue.Alpha.dll
Syntax (csharp)
public enum PredicateLogical
Syntax (vb)
Public Enum PredicateLogical
Remarks
Stability: Experimental
Synopsis
Fields
| AND | (experimental) All conditions must be true for the predicate to be true. |
| ANY | (experimental) At least one condition must be true for the predicate to be true. |
Fields
| Name | Description |
|---|---|
| AND | (experimental) All conditions must be true for the predicate to be true. |
| ANY | (experimental) At least one condition must be true for the predicate to be true. |