| 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.
|
CustomResourceProviderProps.Builder |
CustomResourceProviderProps.Builder.timeout(Duration timeout)
Sets the value of
CustomResourceProviderProps.getTimeout() |
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() |
| Constructor and Description |
|---|
Jsii$Proxy(List<String> notificationArns,
Map<String,String> parameters,
RemovalPolicy removalPolicy,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
NestedStackProps.Builder. |
Jsii$Proxy(String codeDirectory,
CustomResourceProviderRuntime runtime,
String description,
Map<String,String> environment,
Size memorySize,
List<? extends Object> policyStatements,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
CustomResourceProviderProps.Builder. |
Copyright © 2021. All rights reserved.