IChainable

class aws_cdk.aws_stepfunctions.IChainable(*args, **kwargs)

Bases: Protocol

Interface for objects that can be used in a Chain.

Attributes

end_states

The chainable end state(s) of this chainable.

id

Descriptive identifier for this chainable.

start_state

The start state of this chainable.