Package software.amazon.awscdk
Interface IStableListProducer
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IStableListProducer.Jsii$Default
- All Known Implementing Classes:
IStableListProducer.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-15T10:24:53.536Z")
@Stability(Stable)
public interface IStableListProducer
extends software.amazon.jsii.JsiiSerializable
Interface for (stable) lazy list producers.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIStableListProducer
.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 list value.
-