Package org.cdk8s

Class LazyResolver

  • All Implemented Interfaces:
    IResolver, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.91.0 (build 1b1f239)",
               date="2023-10-25T12:18:39.060Z")
    @Stability(Stable)
    public class LazyResolver
    extends software.amazon.jsii.JsiiObject
    implements IResolver
    Resolvers instanecs of Lazy.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        LazyResolver()  
      protected LazyResolver​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)  
      protected LazyResolver​(software.amazon.jsii.JsiiObjectRef objRef)  
    • Constructor Detail

      • LazyResolver

        protected LazyResolver​(software.amazon.jsii.JsiiObjectRef objRef)
      • LazyResolver

        protected LazyResolver​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • LazyResolver

        @Stability(Stable)
        public LazyResolver()
    • Method Detail

      • resolve

        @Stability(Stable)
        public void resolve​(@NotNull
                            ResolutionContext context)
        This function is invoked on every property during cdk8s synthesis.

        To replace a value, implementations must invoke context.replaceValue.

        Specified by:
        resolve in interface IResolver
        Parameters:
        context - This parameter is required.