| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions |
AWS Step Functions Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static WaitTime |
WaitTime.duration(Duration duration)
(experimental) Wait a fixed amount of time.
|
WaitTime |
WaitProps.getTime()
(experimental) Wait duration.
|
WaitTime |
WaitProps.Jsii$Proxy.getTime() |
static WaitTime |
WaitTime.secondsPath(String path)
(experimental) Wait for a number of seconds stored in the state object.
|
static WaitTime |
WaitTime.timestamp(String timestamp)
(experimental) Wait until the given ISO8601 timestamp.
|
static WaitTime |
WaitTime.timestampPath(String path)
(experimental) Wait until a timestamp found in the state object.
|
| Modifier and Type | Method and Description |
|---|---|
WaitProps.Builder |
WaitProps.Builder.time(WaitTime time)
Sets the value of
WaitProps.getTime() |
Wait.Builder |
Wait.Builder.time(WaitTime time)
(experimental) Wait duration.
|
| Constructor and Description |
|---|
Jsii$Proxy(WaitTime time,
String comment)
Constructor that initializes the object based on literal property values passed by the
WaitProps.Builder. |
Copyright © 2021. All rights reserved.