Show / Hide Table of Contents

Enum ConditionLogicalOperator

(experimental) Represents the logical operator for evaluating a single condition in the Glue Trigger API.

Namespace: Amazon.CDK.AWS.Glue.Alpha
Assembly: Amazon.CDK.AWS.Glue.Alpha.dll
Syntax (csharp)
public enum ConditionLogicalOperator
Syntax (vb)
Public Enum ConditionLogicalOperator
Remarks

Stability: Experimental

Synopsis

Fields

EQUALS

(experimental) The condition is true if the values are equal.

Fields

Name Description
EQUALS

(experimental) The condition is true if the values are equal.

Back to top Generated by DocFX