Interface IPolicyValidationContext

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IPolicyValidationContext.Jsii$Default
All Known Implementing Classes:
IPolicyValidationContext.Jsii$Proxy

@Generated(value="jsii-pacmak/1.133.0 (build 0f43e37)", date="2026-06-11T16:21:34.147Z") @Stability(Stable) public interface IPolicyValidationContext extends software.amazon.jsii.JsiiSerializable
Context available to the validation plugin.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IPolicyValidationContext.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    software.constructs.IConstruct
    The root construct of the app being validated.
    The absolute path of all templates to be processed.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getAppConstruct

      @Stability(Stable) @NotNull software.constructs.IConstruct getAppConstruct()
      The root construct of the app being validated.

      Plugins may walk this tree for typed L1 property access and token resolution via Stack.of(node).resolve(). The tree is finalized and should be treated as read-only; mutations have no effect on synthesized output.

    • getTemplatePaths

      @Stability(Stable) @NotNull List<String> getTemplatePaths()
      The absolute path of all templates to be processed.