enum ConditionLogicalOperator
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Glue.ConditionLogicalOperator |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsglue#ConditionLogicalOperator |
Java | software.amazon.awscdk.services.glue.ConditionLogicalOperator |
Python | aws_cdk.aws_glue.ConditionLogicalOperator |
TypeScript (source) | aws-cdk-lib » aws_glue » 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 (