enum PredicateLogical
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Glue.Alpha.PredicateLogical |
![]() | github.com/aws/aws-cdk-go/awscdkgluealpha/v2#PredicateLogical |
![]() | software.amazon.awscdk.services.glue.alpha.PredicateLogical |
![]() | aws_cdk.aws_glue_alpha.PredicateLogical |
![]() | @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.