AWS solutions documentation change
Summary
Fixed markdown link syntax for `wrapManagedRuleSet` function reference in WAF documentation
Security assessment
This is a documentation link formatting fix for WAF configuration guidance. No security vulnerability is addressed, but the context involves security feature documentation.
Diff
diff --git a/solutions/latest/constructs/aws_wafwebacl_apigateway.md b/solutions/latest/constructs/aws_wafwebacl_apigateway.md index 2ed27ff49..d4052f3cd 100644 --- a//solutions/latest/constructs/aws_wafwebacl_apigateway.md +++ b//solutions/latest/constructs/aws_wafwebacl_apigateway.md @@ -111 +111 @@ 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.