Interface IFailJsonataProps
Properties for defining a Fail state that using JSONata.
Namespace: Amazon.CDK.AWS.StepFunctions
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IFailJsonataProps : IStateBaseProps
Syntax (vb)
Public Interface IFailJsonataProps
Inherits IStateBaseProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.StepFunctions;
var failJsonataProps = new FailJsonataProps {
Cause = "cause",
Comment = "comment",
Error = "error",
QueryLanguage = QueryLanguage.JSON_PATH,
StateName = "stateName"
};
Synopsis
Properties
Cause | A description for the cause of the failure. |
Error | Error code used to represent this failure. |
Properties
Cause
A description for the cause of the failure.
virtual string Cause { get; }
Property Value
System.
Remarks
Default: - No description
Error
Error code used to represent this failure.
virtual string Error { get; }
Property Value
System.
Remarks
Default: - No error code