IStableAnyProducer

class aws_cdk.core.IStableAnyProducer(*args, **kwds)

Bases: Protocol

Interface for (stable) lazy untyped value producers.

Methods

produce()

Produce the value.

Return type:

Any