Interface CfnTriggerPropsMixin.ConditionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTriggerPropsMixin.ConditionProperty.Jsii$Proxy
- Enclosing class:
CfnTriggerPropsMixin
@Stability(Stable)
public static interface CfnTriggerPropsMixin.ConditionProperty
extends software.amazon.jsii.JsiiSerializable
The condition that causes the trigger to fire.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.devopsagent.*;
ConditionProperty conditionProperty = ConditionProperty.builder()
.schedule(ScheduleProperty.builder()
.expression("expression")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTriggerPropsMixin.ConditionPropertystatic final classAn implementation forCfnTriggerPropsMixin.ConditionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSchedule
Schedule configuration for a time-based trigger.Returns union: either
IResolvableorCfnTriggerPropsMixin.ScheduleProperty- See Also:
-
builder
-