Package software.amazon.awscdk
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.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.IPolicyValidationContextBeta1
IPolicyValidationContextBeta1.Jsii$Default, IPolicyValidationContextBeta1.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault software.constructs.IConstructDeprecated.Deprecated.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
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:
getAppConstructin interfaceIPolicyValidationContextBeta1
-
getTemplatePaths
Deprecated.(deprecated) The absolute path of all templates to be processed.- Specified by:
getTemplatePathsin interfaceIPolicyValidationContextBeta1
-