| Modifier and Type | Method and Description |
|---|---|
static Duration |
Duration.days(Number amount)
Create a Duration representing an amount of days.
|
default Duration |
CustomResourceProviderProps.getTimeout()
AWS Lambda timeout for the provider.
|
Duration |
CustomResourceProviderProps.Jsii$Proxy.getTimeout() |
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() |
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 |
|---|---|
static Expiration |
Expiration.after(Duration t)
Expire once the specified duration has passed since deployment time.
|
Boolean |
Expiration.isAfter(Duration t)
Check if Exipiration expires after input.
|
Boolean |
Expiration.isBefore(Duration t)
Check if Exipiration expires before input.
|
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.
|
CustomResourceProviderProps.Builder |
CustomResourceProviderProps.Builder.timeout(Duration timeout)
Sets the value of
CustomResourceProviderProps.getTimeout() |
NestedStackProps.Builder |
NestedStackProps.Builder.timeout(Duration timeout)
Sets the value of
NestedStackProps.getTimeout() |
Copyright © 2020. All rights reserved.