interface IChainable
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.StepFunctions.IChainable |
Java | software.amazon.awscdk.services.stepfunctions.IChainable |
Python | aws_cdk.aws_stepfunctions.IChainable |
TypeScript (source) | @aws-cdk/aws-stepfunctions » IChainable |
Implemented by
Athena, Athena, Athena, Athena, Batch, Call, Call, Call, Code, Dynamo, Dynamo, Dynamo, Dynamo, Ecs, Eks, Emr, Emr, Emr, Emr, Emr, Emr, Emr, Emr, Emr, Emr, Evaluate, Event, Glue, Glue, Lambda, Sage, Sage, Sage, Sage, Sage, Sage, Sns, Sqs, Step, Step, Chain, Choice, Custom, Fail, Map, Parallel, Pass, Succeed, Task, Wait
Interface for objects that can be used in a Chain.
Properties
| Name | Type | Description |
|---|---|---|
| end | INextable[] | The chainable end state(s) of this chainable. |
| id | string | Descriptive identifier for this chainable. |
| start | State | The start state of this chainable. |
endStates
Type:
INextable[]
The chainable end state(s) of this chainable.
id
Type:
string
Descriptive identifier for this chainable.
startState
Type:
State
The start state of this chainable.

.NET
Java
Python
TypeScript (