IPolicyValidationContext
- class aws_cdk.IPolicyValidationContext(*args, **kwargs)
Bases:
ProtocolContext available to the validation plugin.
Attributes
- app_construct
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.
- template_paths
The absolute path of all templates to be processed.