Interface IPolicyValidationContextBeta1.Jsii$Default

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

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

    • getAppConstruct

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

      Specified by:
      getAppConstruct in interface IPolicyValidationContextBeta1
    • getTemplatePaths

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