aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.1k stars 54 forks source link

AWS::WAF::WebACL tagging #231

Open ionutz89 opened 4 years ago

ionutz89 commented 4 years ago

Scope of request

Currently, we can add tags to AWS WAF only by using CLI:

aws waf tag-resource --resource-arn arn:aws:waf::XXXXXXXXXXXXX:webacl/12340-12234-23452-233455 --tags "Key=tag1,Value=values2

It will be great if this option can be added to Cloudformation as well.

Helpful Links to speed up research and evaluation

https://docs.aws.amazon.com/cli/latest/reference/waf/tag-resource.html

Category Security

I think we should also add tags support to "Type": "AWS::WAFRegional::WebACL"

piotrekwitkowski commented 7 months ago

Customers can migrate their WebACLs to WAFv2. AWS::WAFv2::WebACL supports setting tags. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html