Interface IPolicyValidationContext.Jsii$Default

All Superinterfaces:
IPolicyValidationContext, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IPolicyValidationContext.Jsii$Proxy
Enclosing interface:
IPolicyValidationContext

@Internal public static interface IPolicyValidationContext.Jsii$Default extends IPolicyValidationContext
Internal default implementation for IPolicyValidationContext.
  • Method Details

    • getAppConstruct

      @Stability(Stable) @NotNull default 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.

      Specified by:
      getAppConstruct in interface IPolicyValidationContext
    • getTemplatePaths

      @Stability(Stable) @NotNull default List<String> getTemplatePaths()
      The absolute path of all templates to be processed.
      Specified by:
      getTemplatePaths in interface IPolicyValidationContext