| Modifier and Type | Method and Description |
|---|---|
static Duration |
Duration.days(Number amount)
Create a Duration representing an amount of days.
|
default Duration |
NestedStackProps.getTimeout()
The length of time that CloudFormation waits for the nested stack to reach the CREATE_COMPLETE state.
|
Duration |
NestedStackProps.Jsii$Proxy.getTimeout() |
default Duration |
CustomResourceProviderProps.getTimeout()
AWS Lambda timeout for the provider.
|
Duration |
CustomResourceProviderProps.Jsii$Proxy.getTimeout() |
static Duration |
Duration.hours(Number amount)
Create a Duration representing an amount of hours.
|
static Duration |
Duration.millis(Number amount)
Create a Duration representing an amount of milliseconds.
|
static Duration |
Duration.minutes(Number amount)
Create a Duration representing an amount of minutes.
|
static Duration |
Duration.parse(String duration)
Parse a period formatted according to the ISO 8601 standard.
|
Duration |
Duration.plus(Duration rhs)
Add two Durations together.
|
static Duration |
Duration.seconds(Number amount)
Create a Duration representing an amount of seconds.
|
| Modifier and Type | Method and Description |
|---|---|
Duration |
Duration.plus(Duration rhs)
Add two Durations together.
|
NestedStack.Builder |
NestedStack.Builder.timeout(Duration timeout)
The length of time that CloudFormation waits for the nested stack to reach the CREATE_COMPLETE state.
|
NestedStackProps.Builder |
NestedStackProps.Builder.timeout(Duration timeout)
Sets the value of
NestedStackProps.getTimeout() |
CustomResourceProviderProps.Builder |
CustomResourceProviderProps.Builder.timeout(Duration timeout)
Sets the value of
CustomResourceProviderProps.getTimeout() |
Copyright © 2020. All rights reserved.