interface IAnyProducer
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.IAnyProducer | 
|  Java | software.amazon.awscdk.core.IAnyProducer | 
|  Python | aws_cdk.core.IAnyProducer | 
|  TypeScript (source) | @aws-cdk/core»IAnyProducer | 
Interface for lazy untyped value producers.
Methods
| Name | Description | 
|---|---|
| produce(context) | Produce the value. | 
produce(context)
public produce(context: IResolveContext): any
Parameters
- context IResolveContext 
Returns
- any
Produce the value.
