Uses of Interface
software.amazon.awscdk.core.IAnyProducer
Packages that use IAnyProducer
-
Uses of IAnyProducer in software.amazon.awscdk.core
Subinterfaces of IAnyProducer in software.amazon.awscdk.coreModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIAnyProducer.Classes in software.amazon.awscdk.core that implement IAnyProducerModifier 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 IAnyProducerModifier and TypeMethodDescriptionstatic IResolvableLazy.anyValue(IAnyProducer producer) Deprecated.static IResolvableLazy.anyValue(IAnyProducer producer, LazyAnyValueOptions options) Deprecated.UseLazy.any()orLazy.uncachedAny()instead.static IResolvableLazy.uncachedAny(IAnyProducer producer) Defer the calculation of an untyped value to synthesis time.static IResolvableLazy.uncachedAny(IAnyProducer producer, LazyAnyValueOptions options) Defer the calculation of an untyped value to synthesis time.
Lazy.any()orLazy.uncachedAny()instead.