interface IPolicyValidationContextBeta1
| Language | Type name |
|---|---|
.NET | Amazon.CDK.IPolicyValidationContextBeta1 |
Go | github.com/aws/aws-cdk-go/awscdk/v2#IPolicyValidationContextBeta1 |
Java | software.amazon.awscdk.IPolicyValidationContextBeta1 |
Python | aws_cdk.IPolicyValidationContextBeta1 |
TypeScript (source) | aws-cdk-lib » IPolicyValidationContextBeta1 |
⚠️ Deprecated: Use IPolicyValidationContext instead.
Context available to the validation plugin.
Properties
| Name | Type | Description |
|---|---|---|
| app | IConstruct | The root construct of the app being validated. |
| template | string[] | The absolute path of all templates to be processed. |
appConstruct
⚠️ Deprecated: Use IPolicyValidationContext instead.
Type:
IConstruct
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.
templatePaths
⚠️ Deprecated: Use IPolicyValidationContext instead.
Type:
string[]
The absolute path of all templates to be processed.

.NET
Go
Java
Python
TypeScript (