| Package | Description |
|---|---|
| software.amazon.awscdk.core |
monocdk Experiment
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LazyListValueOptions.Jsii$Proxy
An implementation for
LazyListValueOptions |
| Modifier and Type | Method and Description |
|---|---|
LazyListValueOptions |
LazyListValueOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
Lazy.list(IStableListProducer producer,
LazyListValueOptions options)
(experimental) Defer the one-time calculation of a list value to synthesis time.
|
static List<String> |
Lazy.listValue(IListProducer producer,
LazyListValueOptions options)
Deprecated.
Use `Lazy.list()` or `Lazy.uncachedList()` instead.
|
static List<String> |
Lazy.uncachedList(IListProducer producer,
LazyListValueOptions options)
(experimental) Defer the calculation of a list value to synthesis time.
|
Copyright © 2022. All rights reserved.