Interface LazyAnyValueOptions

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
LazyAnyValueOptions.Jsii$Proxy

@Generated(value="jsii-pacmak/1.104.0 (build e79254c)", date="2024-11-22T02:23:55.826Z") @Stability(Stable) public interface LazyAnyValueOptions extends software.amazon.jsii.JsiiSerializable
Options for creating lazy untyped tokens.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.*;
 LazyAnyValueOptions lazyAnyValueOptions = LazyAnyValueOptions.builder()
         .displayHint("displayHint")
         .omitEmptyArray(false)
         .build();
 
  • Method Details

    • getDisplayHint

      @Stability(Stable) @Nullable default String getDisplayHint()
      Use the given name as a display hint.

      Default: - No hint

    • getOmitEmptyArray

      @Stability(Stable) @Nullable default Boolean getOmitEmptyArray()
      If the produced value is an array and it is empty, return 'undefined' instead.

      Default: false

    • builder

      @Stability(Stable) static LazyAnyValueOptions.Builder builder()
      Returns:
      a LazyAnyValueOptions.Builder of LazyAnyValueOptions