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

# Typescript: IStringProducer

> CDKTN Core API Reference for IStringProducer in Typescript.

* *Implemented By:* <a href="#cdktn.IStringProducer">IStringProducer</a>

Interface for lazy string producers.

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

| **Name**                                                          | **Description**           |
| ----------------------------------------------------------------- | ------------------------- |
| <code><a href="#cdktn.IStringProducer.produce">produce</a></code> | Produce the string value. |

***

### `produce` <a name="produce" id="cdktn.IStringProducer.produce" />

```typescript theme={null}
public produce(context: IResolveContext): string
```

Produce the string value.

#### `context`<sup>Required</sup> <a name="context" id="cdktn.IStringProducer.produce.parameter.context" />

* *Type:* <a href="#cdktn.IResolveContext">IResolveContext</a>

***
