enum PredicateLogical
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Glue.Alpha.PredicateLogical |
Go | github.com/aws/aws-cdk-go/awscdkgluealpha/v2#PredicateLogical |
Java | software.amazon.awscdk.services.glue.alpha.PredicateLogical |
Python | aws_cdk.aws_glue_alpha.PredicateLogical |
TypeScript (source) | @aws-cdk/aws-glue-alpha » PredicateLogical |
Members
| Name | Description |
|---|---|
| AND | All conditions must be true for the predicate to be true. |
| ANY | At least one condition must be true for the predicate to be true. |
AND
All conditions must be true for the predicate to be true.
ANY
At least one condition must be true for the predicate to be true.

.NET
Go
Java
Python
TypeScript (