interface PolicyValidationStack
| Language | Type name |
|---|---|
.NET | Amazon.CDK.PolicyValidationStack |
Go | github.com/aws/aws-cdk-go/awscdk/v2#PolicyValidationStack |
Java | software.amazon.awscdk.PolicyValidationStack |
Python | aws_cdk.PolicyValidationStack |
TypeScript (source) | aws-cdk-lib » PolicyValidationStack |
Information about a single stack that is being validated.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cdk from 'aws-cdk-lib';
const policyValidationStack: cdk.PolicyValidationStack = {
stackConstructPath: 'stackConstructPath',
templatePath: 'templatePath',
};
Properties
| Name | Type | Description |
|---|---|---|
| stack | string | The Stack's construct path. |
| template | string | The path to the template file on disk. |
stackConstructPath
Type:
string
The Stack's construct path.
templatePath
Type:
string
The path to the template file on disk.

.NET
Go
Java
Python
TypeScript (