| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LazyStringValueOptions.Jsii$Proxy
An implementation for
LazyStringValueOptions |
| Modifier and Type | Method and Description |
|---|---|
LazyStringValueOptions |
LazyStringValueOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Lazy.string(IStableStringProducer producer,
LazyStringValueOptions options)
(experimental) Defer the one-time calculation of a string value to synthesis time.
|
static String |
Lazy.uncachedString(IStringProducer producer,
LazyStringValueOptions options)
(experimental) Defer the calculation of a string value to synthesis time.
|
Copyright © 2021. All rights reserved.