Package com.hashicorp.cdktf
Interface LazyAnyValueOptions
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LazyAnyValueOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.79.0 (build b22f628)",
date="2023-07-26T11:31:27.587Z")
@Stability(Experimental)
public interface LazyAnyValueOptions
extends software.amazon.jsii.JsiiSerializable
(experimental) Options for creating lazy untyped tokens.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forLazyAnyValueOptions
static final class
An implementation forLazyAnyValueOptions
-
Method Summary
Modifier and TypeMethodDescriptionstatic LazyAnyValueOptions.Builder
builder()
default String
(experimental) Use the given name as a display hint.default Boolean
(experimental) If the produced value is an array and it is empty, return 'undefined' instead.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDisplayHint
(experimental) Use the given name as a display hint.Default: - No hint
-
getOmitEmptyArray
(experimental) If the produced value is an array and it is empty, return 'undefined' instead.Default: false
-
builder
- Returns:
- a
LazyAnyValueOptions.Builder
ofLazyAnyValueOptions
-