INextable

class aws_cdk.aws_stepfunctions.INextable(*args, **kwds)

Bases: Protocol

Interface for states that can have ‘next’ states.

Methods

next(state)

Go to the indicated state after this state.

Parameters:

state (IChainable) –

Return type:

Chain

Returns:

The chain of states built up