ConditionOptions
- class aws_cdk.aws_glue_alpha.ConditionOptions(*, logical_operator=None)
Bases:
object(experimental) Options shared by all trigger conditions.
- Parameters:
logical_operator (
Optional[ConditionLogicalOperator]) – (experimental) The logical operator for the condition. Default: ConditionLogicalOperator.EQUALS- Stability:
experimental
- 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
(experimental) The logical operator for the condition.
- Default:
ConditionLogicalOperator.EQUALS
- Stability:
experimental