Class AwsCdkResolver

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

    @Generated(value="jsii-pacmak/1.91.0 (build 1b1f239)",
               date="2023-10-31T09:14:51.900Z")
    @Stability(Stable)
    public class AwsCdkResolver
    extends software.amazon.jsii.JsiiObject
    implements org.cdk8s.IResolver
    • Nested Class Summary

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

        software.amazon.jsii.JsiiObject.InitializationMode
      • Nested classes/interfaces inherited from interface org.cdk8s.IResolver

        org.cdk8s.IResolver.Jsii$Default, org.cdk8s.IResolver.Jsii$Proxy
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        AwsCdkResolver()  
      protected AwsCdkResolver​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)  
      protected AwsCdkResolver​(software.amazon.jsii.JsiiObjectRef objRef)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void resolve​(org.cdk8s.ResolutionContext context)
      This function is invoked on every property during cdk8s synthesis.
      • Methods inherited from class software.amazon.jsii.JsiiObject

        jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
    • Constructor Detail

      • AwsCdkResolver

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

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

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

      • resolve

        @Stability(Stable)
        public void resolve​(@NotNull
                            org.cdk8s.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 org.cdk8s.IResolver
        Parameters:
        context - This parameter is required.