aws-cdk-lib.aws_stepfunctions.FindStateOptions

interface FindStateOptions

LanguageType name
.NETAmazon.CDK.AWS.StepFunctions.FindStateOptions
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsstepfunctions#FindStateOptions
Javasoftware.amazon.awscdk.services.stepfunctions.FindStateOptions
Pythonaws_cdk.aws_stepfunctions.FindStateOptions
TypeScript (source)aws-cdk-lib » aws_stepfunctions » FindStateOptions

Options for finding reachable states.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_stepfunctions as stepfunctions } from 'aws-cdk-lib';
const findStateOptions: stepfunctions.FindStateOptions = {
  includeErrorHandlers: false,
};

Properties

NameTypeDescription
includeErrorHandlers?booleanWhether or not to follow error-handling transitions.

includeErrorHandlers?

Type: boolean (optional, default: false)

Whether or not to follow error-handling transitions.