interface IStableAnyProducer
Language | Type name |
---|---|
.NET | Amazon.CDK.IStableAnyProducer |
Go | github.com/aws/aws-cdk-go/awscdk/v2#IStableAnyProducer |
Java | software.amazon.awscdk.IStableAnyProducer |
Python | aws_cdk.IStableAnyProducer |
TypeScript (source) | aws-cdk-lib » IStableAnyProducer |
Interface for (stable) lazy untyped value producers.
Methods
Name | Description |
---|---|
produce() | Produce the value. |
produce()
public produce(): any
Returns
any
Produce the value.