When passing UpdateWebACLRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
web_acl_id: "ResourceId", # required
change_token: "ChangeToken", # required
updates: [
{
action: "INSERT", # required, accepts INSERT, DELETE
activated_rule: { # required
priority: 1, # required
rule_id: "ResourceId", # required
action: {
type: "BLOCK", # required, accepts BLOCK, ALLOW, COUNT
},
override_action: {
type: "NONE", # required, accepts NONE, COUNT
},
type: "REGULAR", # accepts REGULAR, RATE_BASED, GROUP
excluded_rules: [
{
rule_id: "ResourceId", # required
},
],
},
},
],
default_action: {
type: "BLOCK", # required, accepts BLOCK, ALLOW, COUNT
},
}
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4