PolicyValidationStack
- class aws_cdk.PolicyValidationStack(*, stack_construct_path, template_path)
Bases:
objectInformation about a single stack that is being validated.
- Parameters:
stack_construct_path (
str) – The Stack’s construct path.template_path (
str) – The path to the template file on disk.
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk as cdk policy_validation_stack = cdk.PolicyValidationStack( stack_construct_path="stackConstructPath", template_path="templatePath" )
Attributes
- stack_construct_path
The Stack’s construct path.
- template_path
The path to the template file on disk.