Skip to main content
Options for creating lazy untyped tokens.

Initializer

import cdktn

cdktn.LazyAnyValueOptions(
  display_hint: str = None,
  omit_empty_array: bool = None
)

Properties

NameTypeDescription
display_hintstrUse the given name as a display hint.
omit_empty_arrayboolIf the produced value is an array and it is empty, return ‘undefined’ instead.

display_hintOptional

display_hint: str
  • Type: str
  • Default: No hint
Use the given name as a display hint.

omit_empty_arrayOptional

omit_empty_array: bool
  • Type: bool
  • Default: false
If the produced value is an array and it is empty, return ‘undefined’ instead.