Using Console
Using CLI
<rule-group-name>
with the name of the rule group.<rule-group-id>
with the ID of the rule group.<lock-token>
with the lock token of the rule group.<version>
with the version of the rule set.<action>
with the action to take on the rules (e.g., ALLOW, BLOCK).Using Python
'arn:aws:wafv2:us-west-2:123456789012:global/webacl/ExampleGlobalWebACL'
with the ARN of your Global WebACL, and 'ExampleWAF'
with the name of the WAF you want to associate with.associate_web_acl
method of the WAFv2 client, passing in the ARNs of the Global WebACL and the WAF resource to perform the association.