View source: R/wafv2_operations.R
wafv2_update_rule_group | R Documentation |
Updates the specified RuleGroup.
See https://www.paws-r-sdk.com/docs/wafv2_update_rule_group/ for full documentation.
wafv2_update_rule_group(
Name,
Scope,
Id,
Description = NULL,
Rules = NULL,
VisibilityConfig,
LockToken,
CustomResponseBodies = NULL
)
Name |
[required] The name of the rule group. You cannot change the name of a rule group after you create it. |
Scope |
[required] Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows:
|
Id |
[required] A unique identifier for the rule group. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete. |
Description |
A description of the rule group that helps with identification. |
Rules |
The Rule statements used to identify the web requests that you want to manage. Each rule includes one top-level statement that WAF uses to identify matching web requests, and parameters that govern how WAF handles them. |
VisibilityConfig |
[required] Defines and enables Amazon CloudWatch metrics and web request sample collection. |
LockToken |
[required] A token used for optimistic locking. WAF returns a token to your |
CustomResponseBodies |
A map of custom response keys and content bodies. When you create a rule with a block action, you can send a custom response to the web request. You define these for the rule group, and then use them in the rules that you define in the rule group. For information about customizing web requests and responses, see Customizing web requests and responses in WAF in the WAF Developer Guide. For information about the limits on count and size for custom request and response settings, see WAF quotas in the WAF Developer Guide. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.