Skip to main content
Options for creating a lazy list token.

Initializer

import cdktn

cdktn.LazyListValueOptions(
  display_hint: str = None,
  omit_empty: bool = None
)

Properties

NameTypeDescription
display_hintstrUse the given name as a display hint.
omit_emptyboolIf the produced list is empty, return ‘undefined’ instead.

display_hintOptional

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

omit_emptyOptional

omit_empty: bool
  • Type: bool
  • Default: false
If the produced list is empty, return ‘undefined’ instead.