@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:40.575Z") @Stability(value=Experimental) public interface LazyAnyValueOptions extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.core.*;
LazyAnyValueOptions lazyAnyValueOptions = LazyAnyValueOptions.builder()
.displayHint("displayHint")
.omitEmptyArray(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
LazyAnyValueOptions.Builder
A builder for
LazyAnyValueOptions |
static class |
LazyAnyValueOptions.Jsii$Proxy
An implementation for
LazyAnyValueOptions |
| Modifier and Type | Method and Description |
|---|---|
static LazyAnyValueOptions.Builder |
builder() |
default String |
getDisplayHint()
(experimental) Use the given name as a display hint.
|
default Boolean |
getOmitEmptyArray()
(experimental) If the produced value is an array and it is empty, return 'undefined' instead.
|
@Stability(value=Experimental) @Nullable default String getDisplayHint()
Default: - No hint
@Stability(value=Experimental) @Nullable default Boolean getOmitEmptyArray()
Default: false
@Stability(value=Experimental) static LazyAnyValueOptions.Builder builder()
LazyAnyValueOptions.Builder of LazyAnyValueOptionsCopyright © 2022. All rights reserved.