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

> CDKTN Core API Reference for IAnyProducer in Python.

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

Interface for lazy untyped value producers.

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

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

***

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

```python theme={null}
def produce(
  context: IResolveContext
) -> typing.Any
```

Produce the value.

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

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

***
