aws-cdk-lib.IStableAnyProducer

interface IStableAnyProducer

LanguageType name
.NETAmazon.CDK.IStableAnyProducer
Gogithub.com/aws/aws-cdk-go/awscdk/v2#IStableAnyProducer
Javasoftware.amazon.awscdk.IStableAnyProducer
Pythonaws_cdk.IStableAnyProducer
TypeScript (source)aws-cdk-lib » IStableAnyProducer

Interface for (stable) lazy untyped value producers.

Methods

NameDescription
produce()Produce the value.

produce()

public produce(): any

Returns

  • any

Produce the value.