IStableNumberProducer

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

Bases: Protocol

Interface for (stable) lazy number producers.

Methods

produce()

Produce the number value.

Return type:

Union[int, float, None]