Lazily produce a value. Can be used to return a string, list or numeric value whose actual value will only be calculated later, during synthesis.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.
Initializers
| Name | Type | Description |
|---|
Static Functions
| Name | Description |
|---|---|
AnyValue | Produces a lazy token from an untyped value. |
ListValue | Returns a list-ified token for a lazy value. |
NumberValue | Returns a numberified token for a lazy value. |
StringValue | Returns a stringified token for a lazy value. |
AnyValue
producerRequired
- Type: IAnyProducer
optionsOptional
- Type: LazyAnyValueOptions
ListValue
producerRequired
- Type: IListProducer
optionsOptional
- Type: LazyListValueOptions
NumberValue
producerRequired
- Type: INumberProducer
StringValue
producerRequired
- Type: IStringProducer
optionsOptional
- Type: LazyStringValueOptions