interface IPolicyValidationContext
| Language | Type name |
|---|---|
.NET | Amazon.CDK.IPolicyValidationContext |
Go | github.com/aws/aws-cdk-go/awscdk/v2#IPolicyValidationContext |
Java | software.amazon.awscdk.IPolicyValidationContext |
Python | aws_cdk.IPolicyValidationContext |
TypeScript (source) | aws-cdk-lib » IPolicyValidationContext |
Context available to the validation plugin.
Properties
| Name | Type | Description |
|---|---|---|
| template | string[] | The absolute path of all templates to be processed. |
templatePaths
Type:
string[]
The absolute path of all templates to be processed.

.NET
Go
Java
Python
TypeScript (