Uses of Enum
software.amazon.awscdk.services.imagebuilder.alpha.ImagePipelineStatus
Packages that use ImagePipelineStatus
Package
Description
EC2 Image Builder Construct Library
-
Uses of ImagePipelineStatus in software.amazon.awscdk.services.imagebuilder.alpha
Methods in software.amazon.awscdk.services.imagebuilder.alpha that return ImagePipelineStatusModifier and TypeMethodDescriptiondefault ImagePipelineStatusImagePipelineProps.getStatus()(experimental) Indicates whether the pipeline is enabled to be triggered by the provided schedule.final ImagePipelineStatusImagePipelineProps.Jsii$Proxy.getStatus()static ImagePipelineStatusReturns the enum constant of this type with the specified name.static ImagePipelineStatus[]ImagePipelineStatus.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 ImagePipelineStatusModifier and TypeMethodDescriptionImagePipeline.Builder.status(ImagePipelineStatus status) (experimental) Indicates whether the pipeline is enabled to be triggered by the provided schedule.ImagePipelineProps.Builder.status(ImagePipelineStatus status) Sets the value ofImagePipelineProps.getStatus()