Interface IFindStateOptions
Options for finding reachable states.
Namespace: Amazon.CDK.AWS.StepFunctions
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IFindStateOptions
Syntax (vb)
Public Interface IFindStateOptions
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 findStateOptions = new FindStateOptions {
IncludeErrorHandlers = false
};
Synopsis
Properties
IncludeErrorHandlers | Whether or not to follow error-handling transitions. |
Properties
IncludeErrorHandlers
Whether or not to follow error-handling transitions.
virtual Nullable<bool> IncludeErrorHandlers { get; }
Property Value
System.Nullable<System.Boolean>
Remarks
Default: false