Package software.amazon.awscdk
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.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.IPolicyValidationContext
IPolicyValidationContext.Jsii$Default, IPolicyValidationContext.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault software.constructs.IConstructThe 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 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:
getAppConstructin interfaceIPolicyValidationContext
-
getTemplatePaths
The absolute path of all templates to be processed.- Specified by:
getTemplatePathsin interfaceIPolicyValidationContext
-