IStableNumberProducer

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

Bases: Protocol

Interface for (stable) lazy number producers.

Methods

produce()

Produce the number value.

Return type:

Union[int, float, None]