Contents:
aws_cdk.aws_stepfunctions.
IChainable
Bases: typing_extensions.Protocol
typing_extensions.Protocol
Interface for objects that can be used in a Chain.
Attributes
end_states
The chainable end state(s) of this chainable.
List[INextable]
List
INextable
id
Descriptive identifier for this chainable.
str
start_state
The start state of this chainable.
State