Package com.hashicorp.cdktf
Interface IListProducer
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IListProducer.Jsii$Default
- All Known Implementing Classes:
IListProducer.Jsii$Proxy
@Generated(value="jsii-pacmak/1.87.0 (build 9892444)",
date="2023-10-12T10:51:21.891Z")
@Stability(Experimental)
public interface IListProducer
extends software.amazon.jsii.JsiiSerializable
(experimental) Interface for lazy list producers.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIListProducer
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionproduce
(IResolveContext context) (experimental) Produce the list value.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
produce
(experimental) Produce the list value.- Parameters:
context
- This parameter is required.
-