Package com.hashicorp.cdktf
Interface LazyStringValueOptions
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LazyStringValueOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.79.0 (build b22f628)",
date="2023-07-26T11:31:27.588Z")
@Stability(Experimental)
public interface LazyStringValueOptions
extends software.amazon.jsii.JsiiSerializable
(experimental) Options for creating a lazy string token.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forLazyStringValueOptions
static final class
An implementation forLazyStringValueOptions
-
Method Summary
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
-
builder
- Returns:
- a
LazyStringValueOptions.Builder
ofLazyStringValueOptions
-