Skip to content

docs: update policy validation for Validations class#488

Merged
kaizencc merged 1 commit intomainfrom
conroy/update-policy-validation-for-validations-class
Apr 30, 2026
Merged

docs: update policy validation for Validations class#488
kaizencc merged 1 commit intomainfrom
conroy/update-policy-validation-for-validations-class

Conversation

@kaizencc
Copy link
Copy Markdown
Contributor

Summary

Updates the policy validation at synthesis time page to reflect the graduated APIs from aws/aws-cdk-rfcs#899.

Changes

  • Replace policyValidationBeta1 property with Validations.of().addPlugins() API
  • Replace all Beta1 interface references with graduated equivalents (IPolicyValidationPlugin, IPolicyValidationContext, PolicyValidationPluginReport)
  • Add migration note explaining the Beta1 → stable graduation
  • Add new sections for addWarning, addError, and acknowledge methods
  • Remove experimental feature note

Related PRs

…ed APIs

Replace Beta1 references with graduated interfaces and the new
Validations.of() API. Add sections for addWarning, addError, and
acknowledge. Remove experimental note.
@kaizencc kaizencc requested a review from a team as a code owner April 29, 2026 19:14
@kaizencc kaizencc merged commit 9e31113 into main Apr 30, 2026
@kaizencc kaizencc deleted the conroy/update-policy-validation-for-validations-class branch April 30, 2026 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants