Show / Hide Table of Contents

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

INextable[]

Id

Descriptive identifier for this chainable.

string Id { get; }
Property Value

string

StartState

The start state of this chainable.

State StartState { get; }
Property Value

State

Back to top Generated by DocFX