ConditionOptions
- class aws_cdk.aws_glue_alpha.ConditionOptions(*, logical_operator=None)
Bases:
object(deprecated) Options shared by all trigger conditions.
- Parameters:
logical_operator (
Optional[ConditionLogicalOperator]) – (deprecated) The logical operator for the condition. Default: ConditionLogicalOperator.EQUALS- Stability:
deprecated
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_glue_alpha as glue_alpha condition_options = glue_alpha.ConditionOptions( logical_operator=glue_alpha.ConditionLogicalOperator.EQUALS )
Attributes
- logical_operator
(deprecated) The logical operator for the condition.
- Default:
ConditionLogicalOperator.EQUALS
- Stability:
deprecated