cloudformation-coverage-roadmap icon indicating copy to clipboard operation
cloudformation-coverage-roadmap copied to clipboard

[AWS::WAFv2::WebACL] - [Coverage] - Add missing headerOrder property to WAFv2 WebACL FieldToMatch in CloudFormation

Open brillian2 opened this issue 7 months ago • 0 comments
trafficstars

Name of the resource

AWS::WAF::WebACL

Resource name

No response

Description

Description

The AWS WAFv2 API includes an optional headerOrder property in the FieldToMatch object, which allows users to specify the order of HTTP headers for inspection in WAF rules. However, this property is not currently present in the CloudFormation resource for WAFv2 WebACL's FieldToMatch

References

WAFv2 API Reference

CloudFormation

WAFv2 WebACL FieldToMatch

This feature request is to add the missing headerOrder property to the WAFv2 WebACL FieldToMatch resource in CloudFormation. Adding this property would:

  • Allow users to specify the order of HTTP headers for inspection in WAF rules directly through CloudFormation templates.

Other Details

No response

brillian2 avatar Apr 04 '25 07:04 brillian2