AWS solutions documentation change
Summary
Fixed markdown link syntax for `wrapManagedRuleSet` function reference in WAF documentation
Security assessment
Corrects a broken link in WAF setup documentation. While WAF is a security feature, the change itself does not mitigate a specific security issue.
Diff
diff --git a/solutions/latest/constructs/aws_wafwebacl_appsync.md b/solutions/latest/constructs/aws_wafwebacl_appsync.md index 6f35304c9..e8ccd478f 100644 --- a//solutions/latest/constructs/aws_wafwebacl_appsync.md +++ b//solutions/latest/constructs/aws_wafwebacl_appsync.md @@ -90 +90 @@ existingWebaclObj? | [`waf.CfnWebACL`](https://docs.aws.amazon.com/cdk/api/v2/d -webaclProps? | [`waf.CfnWebACLProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_waf.CfnWebACLProps.html) | Optional user-provided props to override the default props for the AWS WAF web ACL. To use a different collection of managed rule sets, specify a new rules property. Use our [wrapManagedRuleSet(managedGroupName: string, vendorName: string, priority: number)](./.html#../core/lib/waf-defaults.ts) function from core to create an array entry from each desired managed rule set. +webaclProps? | [`waf.CfnWebACLProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_waf.CfnWebACLProps.html) | Optional user-provided props to override the default props for the AWS WAF web ACL. To use a different collection of managed rule sets, specify a new rules property. Use our [`wrapManagedRuleSet(managedGroupName: string, vendorName: string, priority: number)`](../core/lib/waf-defaults.ts) function from core to create an array entry from each desired managed rule set.