LazyAnyValueOptions¶
-
class
aws_cdk.core.
LazyAnyValueOptions
(*, display_hint=None, omit_empty_array=None)¶ Bases:
object
Options for creating lazy untyped tokens.
- Parameters
display_hint (
Optional
[str
]) – Use the given name as a display hint. Default: - No hintomit_empty_array (
Optional
[bool
]) – If the produced value is an array and it is empty, return ‘undefined’ instead. Default: false
Attributes
-
display_hint
¶ Use the given name as a display hint.
- Default
No hint
- Return type
Optional
[str
]
-
omit_empty_array
¶ If the produced value is an array and it is empty, return ‘undefined’ instead.
- Default
false
- Return type
Optional
[bool
]