Package org.cdk8s.awscdkresolver
Class AwsCdkResolver
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.awscdkresolver.AwsCdkResolver
-
- All Implemented Interfaces:
org.cdk8s.IResolver,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.106.0 (build e852934)", date="2025-01-16T06:17:52.952Z") @Stability(Stable) public class AwsCdkResolver extends software.amazon.jsii.JsiiObject implements org.cdk8s.IResolver
-
-
Constructor Summary
Constructors Modifier Constructor Description AwsCdkResolver()protectedAwsCdkResolver(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedAwsCdkResolver(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidresolve(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
-
-
-
-
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:
resolvein interfaceorg.cdk8s.IResolver- Parameters:
context- This parameter is required.
-
-