| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions |
AWS Step Functions Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SingleStateOptions
(experimental) Options for creating a single state.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ParallelProps.Jsii$Proxy
An implementation for
ParallelProps |
static class |
SingleStateOptions.Jsii$Proxy
An implementation for
SingleStateOptions |
| Modifier and Type | Method and Description |
|---|---|
ParallelProps |
ParallelProps.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
Parallel |
Chain.toSingleState(String id,
ParallelProps props)
(experimental) Return a single state that encompasses all states in the chain.
|
| Constructor and Description |
|---|
Parallel(software.constructs.Construct scope,
String id,
ParallelProps props) |
Copyright © 2021. All rights reserved.