Interface IChainable
Interface for objects that can be used in a Chain.
Namespace: Amazon.CDK.AWS.StepFunctions
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IChainable
Syntax (vb)
Public Interface IChainable
Synopsis
Properties
EndStates | The chainable end state(s) of this chainable. |
Id | Descriptive identifier for this chainable. |
StartState | The start state of this chainable. |
Properties
EndStates
The chainable end state(s) of this chainable.
INextable[] EndStates { get; }
Property Value
Id
Descriptive identifier for this chainable.
string Id { get; }
Property Value
System.String