> ## Documentation Index
> Fetch the complete documentation index at: https://cdktn.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Python: LazyStringValueOptions

> CDKTN Core API Reference for LazyStringValueOptions in Python.

Options for creating a lazy string token.

## Initializer <a name="Initializer" id="cdktn.LazyStringValueOptions.Initializer" />

```python theme={null}
import cdktn

cdktn.LazyStringValueOptions(
  display_hint: str = None
)
```

## Properties <a name="Properties" id="Properties" />

| **Name**                                                                                    | **Type**         | **Description**                       |
| ------------------------------------------------------------------------------------------- | ---------------- | ------------------------------------- |
| <code><a href="#cdktn.LazyStringValueOptions.property.displayHint">display\_hint</a></code> | <code>str</code> | Use the given name as a display hint. |

***

### `display_hint`<sup>Optional</sup> <a name="display_hint" id="cdktn.LazyStringValueOptions.property.displayHint" />

```python theme={null}
display_hint: str
```

* *Type:* str
* *Default:* No hint

Use the given name as a display hint.

***
