Uses of Interface
software.amazon.awscdk.core.LazyStringValueOptions
Packages that use LazyStringValueOptions
- 
Uses of LazyStringValueOptions in software.amazon.awscdk.coreClasses in software.amazon.awscdk.core that implement LazyStringValueOptionsMethods in software.amazon.awscdk.core that return LazyStringValueOptionsModifier and TypeMethodDescriptionLazyStringValueOptions.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.core with parameters of type LazyStringValueOptionsModifier and TypeMethodDescriptionstatic StringLazy.string(IStableStringProducer producer, LazyStringValueOptions options) Defer the one-time calculation of a string value to synthesis time.static StringLazy.stringValue(IStringProducer producer, LazyStringValueOptions options) Deprecated.static StringLazy.uncachedString(IStringProducer producer, LazyStringValueOptions options) Defer the calculation of a string value to synthesis time.
Lazy.string()orLazy.uncachedString()instead.