Package software.amazon.awscdk
Interface IStableAnyProducer
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IStableAnyProducer.Jsii$Default
- All Known Implementing Classes:
IStableAnyProducer.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-12-11T23:26:27.558Z")
@Stability(Stable)
public interface IStableAnyProducer
extends software.amazon.jsii.JsiiSerializable
Interface for (stable) lazy untyped value producers.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIStableAnyProducer
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
produce
Produce the value.
-