Package com.hashicorp.cdktf
Interface IAnyProducer
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IAnyProducer.Jsii$Default
- All Known Implementing Classes:
IAnyProducer.Jsii$Proxy
@Generated(value="jsii-pacmak/1.93.0 (build 1706ca5)",
date="2024-01-15T15:38:01.026Z")
@Stability(Experimental)
public interface IAnyProducer
extends software.amazon.jsii.JsiiSerializable
(experimental) Interface for lazy untyped value producers.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIAnyProducer
.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 value.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
produce
(experimental) Produce the value.- Parameters:
context
- This parameter is required.
-