Uses of Interface
software.amazon.awscdk.core.IStableStringProducer
Packages that use IStableStringProducer
-
Uses of IStableStringProducer in software.amazon.awscdk.core
Subinterfaces of IStableStringProducer in software.amazon.awscdk.coreModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIStableStringProducer
.Classes in software.amazon.awscdk.core that implement IStableStringProducerModifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.core with parameters of type IStableStringProducerModifier and TypeMethodDescriptionstatic String
Lazy.string
(IStableStringProducer producer) Defer the one-time calculation of a string value to synthesis time.static String
Lazy.string
(IStableStringProducer producer, LazyStringValueOptions options) Defer the one-time calculation of a string value to synthesis time.