Uses of Interface
software.amazon.awscdk.core.IStringProducer
Packages that use IStringProducer
-
Uses of IStringProducer in software.amazon.awscdk.core
Subinterfaces of IStringProducer in software.amazon.awscdk.coreModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIStringProducer.Classes in software.amazon.awscdk.core that implement IStringProducerModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.core with parameters of type IStringProducerModifier and TypeMethodDescriptionstatic StringLazy.stringValue(IStringProducer producer) Deprecated.static StringLazy.stringValue(IStringProducer producer, LazyStringValueOptions options) Deprecated.UseLazy.string()orLazy.uncachedString()instead.static StringLazy.uncachedString(IStringProducer producer) Defer the calculation of a string value to synthesis time.static StringLazy.uncachedString(IStringProducer producer, LazyStringValueOptions options) Defer the calculation of a string value to synthesis time.
Lazy.string()orLazy.uncachedString()instead.