Interface FailJsonataProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,StateBaseProps
- All Known Implementing Classes:
FailJsonataProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-17T14:41:01.451Z")
@Stability(Stable)
public interface FailJsonataProps
extends software.amazon.jsii.JsiiSerializable, StateBaseProps
Properties for defining a Fail state that using JSONata.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.stepfunctions.*;
FailJsonataProps failJsonataProps = FailJsonataProps.builder()
.cause("cause")
.comment("comment")
.error("error")
.queryLanguage(QueryLanguage.JSON_PATH)
.stateName("stateName")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forFailJsonataPropsstatic final classAn implementation forFailJsonataProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJsonMethods inherited from interface software.amazon.awscdk.services.stepfunctions.StateBaseProps
getComment, getQueryLanguage, getStateName
-
Method Details
-
getCause
A description for the cause of the failure.Default: - No description
-
getError
Error code used to represent this failure.Default: - No error code
-
builder
- Returns:
- a
FailJsonataProps.BuilderofFailJsonataProps
-