interface INextable
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.StepFunctions.INextable |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsstepfunctions#INextable |
![]() | software.amazon.awscdk.services.stepfunctions.INextable |
![]() | aws_cdk.aws_stepfunctions.INextable |
![]() | aws-cdk-lib » aws_stepfunctions » INextable |
Implemented by
Custom
, Distributed
, Map
, Parallel
, Pass
, Wait
, Athena
, Athena
, Athena
, Athena
, Batch
, Bedrock
, Call
, Call
, Call
, Call
, Code
, Code
, Dynamo
, Dynamo
, Dynamo
, Dynamo
, Ecs
, Eks
, Emr
, Emr
, Emr
, Emr
, Emr
, Emr
, Emr
, Emr
, Emr
, Emr
, Evaluate
, Event
, Event
, Glue
, Glue
, Glue
, Http
, Lambda
, Media
, Sage
, Sage
, Sage
, Sage
, Sage
, Sage
, Sns
, Sqs
, Step
, Step
Interface for states that can have 'next' states.
Methods
Name | Description |
---|---|
next(state) | Go to the indicated state after this state. |
next(state)
public next(state: IChainable): Chain
Parameters
- state
IChainable
Returns
Go to the indicated state after this state.