Contents:
aws_cdk.core.
IStableAnyProducer
Bases: typing_extensions.Protocol
typing_extensions.Protocol
Interface for (stable) lazy untyped value producers.
Methods
produce
Produce the value.
Any