enum ConditionLogicalOperator
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Glue.Alpha.ConditionLogicalOperator |
Go | github.com/aws/aws-cdk-go/awscdkgluealpha/v2#ConditionLogicalOperator |
Java | software.amazon.awscdk.services.glue.alpha.ConditionLogicalOperator |
Python | aws_cdk.aws_glue_alpha.ConditionLogicalOperator |
TypeScript (source) | @aws-cdk/aws-glue-alpha » ConditionLogicalOperator |
Represents the logical operator for evaluating a single condition in the Glue Trigger API.
Members
| Name | Description |
|---|---|
| EQUALS | The condition is true if the values are equal. |
EQUALS
The condition is true if the values are equal.

.NET
Go
Java
Python
TypeScript (