IPolicyValidationContext
- class aws_cdk.IPolicyValidationContext(*args, **kwargs)
Bases:
ProtocolContext available to the validation plugin.
Attributes
- account_id
The account ID for these templates, if known.
- 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.
- region
The region for these templates, if known.
- stack_templates
The absolute path of all templates to be processed, along with the stack construct path for each template.
- template_paths
The absolute path of all templates to be processed.