Uses of Enum
software.amazon.awscdk.services.imagebuilder.alpha.WorkflowOnFailure
Packages that use WorkflowOnFailure
Package
Description
EC2 Image Builder Construct Library
-
Uses of WorkflowOnFailure in software.amazon.awscdk.services.imagebuilder.alpha
Methods in software.amazon.awscdk.services.imagebuilder.alpha that return WorkflowOnFailureModifier and TypeMethodDescriptiondefault WorkflowOnFailureWorkflowConfiguration.getOnFailure()(experimental) The action to take if the workflow fails.final WorkflowOnFailureWorkflowConfiguration.Jsii$Proxy.getOnFailure()static WorkflowOnFailureReturns the enum constant of this type with the specified name.static WorkflowOnFailure[]WorkflowOnFailure.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 WorkflowOnFailureModifier and TypeMethodDescriptionWorkflowConfiguration.Builder.onFailure(WorkflowOnFailure onFailure) Sets the value ofWorkflowConfiguration.getOnFailure()