interface ConditionOptions
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Glue.Alpha.ConditionOptions |
Go | github.com/aws/aws-cdk-go/awscdkgluealpha/v2#ConditionOptions |
Java | software.amazon.awscdk.services.glue.alpha.ConditionOptions |
Python | aws_cdk.aws_glue_alpha.ConditionOptions |
TypeScript (source) | @aws-cdk/aws-glue-alpha ยป ConditionOptions |
Options shared by all trigger conditions.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as glue_alpha from '@aws-cdk/aws-glue-alpha';
const conditionOptions: glue_alpha.ConditionOptions = {
logicalOperator: glue_alpha.ConditionLogicalOperator.EQUALS,
};
Properties
| Name | Type | Description |
|---|---|---|
| logical | Condition | The logical operator for the condition. |
logicalOperator?
Type:
Condition
(optional, default: ConditionLogicalOperator.EQUALS)
The logical operator for the condition.

.NET
Go
Java
Python
TypeScript (