IStableAnyProducer

class aws_cdk.IStableAnyProducer(*args, **kwargs)

Bases: Protocol

Interface for (stable) lazy untyped value producers.

Methods

produce()

Produce the value.

Return type:

Any