Uses of Enum
software.amazon.awscdk.services.imagebuilder.alpha.ComponentOnFailure
Packages that use ComponentOnFailure
Package
Description
EC2 Image Builder Construct Library
-
Uses of ComponentOnFailure in software.amazon.awscdk.services.imagebuilder.alpha
Methods in software.amazon.awscdk.services.imagebuilder.alpha that return ComponentOnFailureModifier and TypeMethodDescriptiondefault ComponentOnFailureComponentDocumentStep.getOnFailure()(experimental) Specifies what the step should do in case of failure.final ComponentOnFailureComponentDocumentStep.Jsii$Proxy.getOnFailure()static ComponentOnFailureReturns the enum constant of this type with the specified name.static ComponentOnFailure[]ComponentOnFailure.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 ComponentOnFailureModifier and TypeMethodDescriptionComponentDocumentStep.Builder.onFailure(ComponentOnFailure onFailure) Sets the value ofComponentDocumentStep.getOnFailure()