Uses of Class
software.amazon.awscdk.services.stepfunctions.Fail
Packages that use Fail
Package
Description
AWS Step Functions Construct Library
-
Uses of Fail in software.amazon.awscdk.services.stepfunctions
Methods in software.amazon.awscdk.services.stepfunctions that return FailModifier and TypeMethodDescriptionFail.Builder.build()static FailDefine a Fail state using JSONata in the state machine.static FailFail.jsonata(software.constructs.Construct scope, String id, FailJsonataProps props) Define a Fail state using JSONata in the state machine.static FailDefine a Fail state using JSONPath in the state machine.static FailFail.jsonPath(software.constructs.Construct scope, String id, FailJsonPathProps props) Define a Fail state using JSONPath in the state machine.