LazyStringValueOptions¶
-
class
aws_cdk.core.
LazyStringValueOptions
(*, display_hint=None)¶ Bases:
object
Options for creating a lazy string token.
- Parameters
display_hint (
Optional
[str
]) – Use the given name as a display hint. Default: - No hint
Attributes
-
display_hint
¶ Use the given name as a display hint.
- Default
No hint
- Return type
Optional
[str
]