aws-cdk-lib.aws_stepfunctions.INextable

interface INextable

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

Implemented by CustomState, Map, Parallel, Pass, Wait, AthenaGetQueryExecution, AthenaGetQueryResults, AthenaStartQueryExecution, AthenaStopQueryExecution, BatchSubmitJob, CallApiGatewayHttpApiEndpoint, CallApiGatewayRestApiEndpoint, CallAwsService, CodeBuildStartBuild, DynamoDeleteItem, DynamoGetItem, DynamoPutItem, DynamoUpdateItem, EcsRunTask, EksCall, EmrAddStep, EmrCancelStep, EmrContainersCreateVirtualCluster, EmrContainersDeleteVirtualCluster, EmrContainersStartJobRun, EmrCreateCluster, EmrModifyInstanceFleetByName, EmrModifyInstanceGroupByName, EmrSetClusterTerminationProtection, EmrTerminateCluster, EvaluateExpression, EventBridgePutEvents, GlueDataBrewStartJobRun, GlueStartJobRun, LambdaInvoke, SageMakerCreateEndpoint, SageMakerCreateEndpointConfig, SageMakerCreateModel, SageMakerCreateTrainingJob, SageMakerCreateTransformJob, SageMakerUpdateEndpoint, SnsPublish, SqsSendMessage, StepFunctionsInvokeActivity, StepFunctionsStartExecution

Interface for states that can have 'next' states.

Methods

NameDescription
next(state)Go to the indicated state after this state.

next(state)

public next(state: IChainable): Chain

Parameters

  • state IChainable

Returns

  • Chain

Go to the indicated state after this state.