AWS Security ChangesHomeSearch

AWS solutions documentation change

Service: solutions · 2026-01-31 · Documentation low

File: solutions/latest/constructs/aws_wafwebacl_alb.md

Summary

Updated logo URLs and clarified documentation for existingWebaclObj property to explicitly state that providing both existingWebaclObj and webaclProps causes an error.

Security assessment

Changes are limited to documentation corrections and usage clarification. No evidence of security vulnerability remediation or new security features. WAF-related context doesn't indicate any security incident response.

Diff

diff --git a/solutions/latest/constructs/aws_wafwebacl_alb.md b/solutions/latest/constructs/aws_wafwebacl_alb.md
index a67db9b7e..3ace33c16 100644
--- a//solutions/latest/constructs/aws_wafwebacl_alb.md
+++ b//solutions/latest/constructs/aws_wafwebacl_alb.md
@@ -16,3 +16,3 @@ OverviewPattern Construct PropsPattern PropertiesDefault settingsArchitectureGit
-![Python Logo](https://docs.aws.amazon.com/cdk/api/latest/img/python32.png) Python |  `aws_solutions_constructs.aws_wafwebacl_alb`  
-![Typescript Logo](https://docs.aws.amazon.com/cdk/api/latest/img/typescript32.png) Typescript |  `@aws-solutions-constructs/aws-wafwebacl-alb`  
-![Java Logo](https://docs.aws.amazon.com/cdk/api/latest/img/java32.png) Java |  `software.amazon.awsconstructs.services.wafwebaclalb`  
+![Python Logo](https://docs.aws.amazon.com/images/solutions/latest/constructs/images/python32.png) Python |  `aws_solutions_constructs.aws_wafwebacl_alb`  
+![Typescript Logo](https://docs.aws.amazon.com/images/solutions/latest/constructs/images/typescript32.png) Typescript |  `@aws-solutions-constructs/aws-wafwebacl-alb`  
+![Java Logo](https://docs.aws.amazon.com/images/solutions/latest/constructs/images/java32.png) Java |  `software.amazon.awsconstructs.services.wafwebaclalb`  
@@ -106 +106 @@ existingLoadBalancerObj |  [`elbv2.ApplicationLoadBalancer`](https://docs.aws.am
-existingWebaclObj? |  [`waf.CfnWebACL`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_waf.CfnWebACL.html) |  Existing instance of a WAF web ACL, an error will occur if this and props is set.  
+existingWebaclObj? |  [`waf.CfnWebACL`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_waf.CfnWebACL.html) |  Optional - existing instance of a WAF web ACL, providing both this and `webaclProps` causes an error.