Package software.amazon.awscdk
Interface IStableStringProducer
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IStableStringProducer.Jsii$Default
- All Known Implementing Classes:
IStableStringProducer.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-17T14:40:43.874Z")
@Stability(Stable)
public interface IStableStringProducer
extends software.amazon.jsii.JsiiSerializable
Interface for (stable) lazy string producers.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIStableStringProducer.static final classA 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 string value.
-