AWS solutions documentation change
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 | `aws_solutions_constructs.aws_wafwebacl_alb` - Typescript | `@aws-solutions-constructs/aws-wafwebacl-alb` - Java | `software.amazon.awsconstructs.services.wafwebaclalb` + Python | `aws_solutions_constructs.aws_wafwebacl_alb` + Typescript | `@aws-solutions-constructs/aws-wafwebacl-alb` + 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.