| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LazyAnyValueOptions.Jsii$Proxy
An implementation for
LazyAnyValueOptions |
| Modifier and Type | Method and Description |
|---|---|
LazyAnyValueOptions |
LazyAnyValueOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
static IResolvable |
Lazy.any(IStableAnyProducer producer,
LazyAnyValueOptions options)
(experimental) Defer the one-time calculation of an arbitrarily typed value to synthesis time.
|
static IResolvable |
Lazy.uncachedAny(IAnyProducer producer,
LazyAnyValueOptions options)
(experimental) Defer the calculation of an untyped value to synthesis time.
|
Copyright © 2021. All rights reserved.