IPolicyValidationContextBeta1
- class aws_cdk.IPolicyValidationContextBeta1(*args, **kwargs)
Bases:
Protocol(deprecated) Context available to the validation plugin.
- Deprecated:
Use
IPolicyValidationContextinstead.- Stability:
deprecated
Attributes
- app_construct
(deprecated) 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.- Stability:
deprecated
- template_paths
(deprecated) The absolute path of all templates to be processed.
- Stability:
deprecated