AWS Security ChangesHomeSearch

AWS AWSCloudFormation documentation change

Service: AWSCloudFormation · 2026-06-19 · Documentation low

File: AWSCloudFormation/latest/TemplateReference/aws-resource-wafv2-rulegroup.md

Summary

Added MonetizationConfig property for cryptocurrency payment handling with Monetize action

Security assessment

Monetization feature relates to payment processing functionality without security implications; no security controls or vulnerabilities addressed

Diff

diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-wafv2-rulegroup.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-wafv2-rulegroup.md
index daf95a730..49c5e0a14 100644
--- a//AWSCloudFormation/latest/TemplateReference/aws-resource-wafv2-rulegroup.md
+++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-wafv2-rulegroup.md
@@ -33,0 +34 @@ To declare this entity in your CloudFormation template, use the following syntax
+          "MonetizationConfig" : [MonetizationConfig](./aws-properties-wafv2-rulegroup-monetizationconfig.html),
@@ -55,0 +57,2 @@ To declare this entity in your CloudFormation template, use the following syntax
+      MonetizationConfig: 
+        [MonetizationConfig](./aws-properties-wafv2-rulegroup-monetizationconfig.html)
@@ -134,0 +138,11 @@ _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormat
+`MonetizationConfig`
+    
+
+The monetization configuration for the rule group. Required when any rule in the rule group uses the `Monetize` action. When a rule group with a `MonetizationConfig` is used in a web ACL, the rule group's configuration applies to rules within that group unless overridden at the web ACL level.
+
+_Required_ : No
+
+ _Type_ : [MonetizationConfig](./aws-properties-wafv2-rulegroup-monetizationconfig.html)
+
+ _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
+