> ## 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.

# Go: LazyStringValueOptions

> CDKTN Core API Reference for LazyStringValueOptions in Go.

Options for creating a lazy string token.

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

```go theme={null}
import "github.com/open-constructs/cdk-terrain-go/cdktn"

&cdktn.LazyStringValueOptions {
	DisplayHint: *string,
}
```

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

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

***

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

```go theme={null}
DisplayHint *string
```

* *Type:* \*string
* *Default:* No hint

Use the given name as a display hint.

***
