> ## 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: IListProducer

> CDKTN Core API Reference for IListProducer in Python.

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

Interface for lazy list producers.

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

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

***

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

```python theme={null}
def produce(
  context: IResolveContext
) -> typing.List[str]
```

Produce the list value.

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

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

***
