Interface IPolicyValidationContextBeta1

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

@Generated(value="jsii-pacmak/1.133.0 (build 0f43e37)", date="2026-06-16T16:14:16.853Z") @Stability(Deprecated) @Deprecated public interface IPolicyValidationContextBeta1 extends software.amazon.jsii.JsiiSerializable
Deprecated.
Use IPolicyValidationContext instead.
(deprecated) Context available to the validation plugin.

  • Method Details

    • getAppConstruct

      @Stability(Deprecated) @Deprecated @NotNull software.constructs.IConstruct getAppConstruct()
      Deprecated.
      (deprecated) 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(Deprecated) @Deprecated @NotNull List<String> getTemplatePaths()
      Deprecated.
      (deprecated) The absolute path of all templates to be processed.