Uses of Enum
software.amazon.awscdk.services.imagebuilder.alpha.ScheduleStartCondition
Packages that use ScheduleStartCondition
Package
Description
EC2 Image Builder Construct Library
-
Uses of ScheduleStartCondition in software.amazon.awscdk.services.imagebuilder.alpha
Methods in software.amazon.awscdk.services.imagebuilder.alpha that return ScheduleStartConditionModifier and TypeMethodDescriptiondefault ScheduleStartConditionImagePipelineSchedule.getStartCondition()(experimental) The start condition for the pipeline, indicating the condition under which a pipeline should be triggered.final ScheduleStartConditionImagePipelineSchedule.Jsii$Proxy.getStartCondition()static ScheduleStartConditionReturns the enum constant of this type with the specified name.static ScheduleStartCondition[]ScheduleStartCondition.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.imagebuilder.alpha with parameters of type ScheduleStartConditionModifier and TypeMethodDescriptionImagePipelineSchedule.Builder.startCondition(ScheduleStartCondition startCondition) Sets the value ofImagePipelineSchedule.getStartCondition()