/AWS1/CL_WA2DEFAULTACTION¶
In a WebACL, this is the action that you want WAF to perform
when a web request doesn't match any of the rules in the WebACL
. The default
action must be a terminating action.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
io_block
TYPE REF TO /AWS1/CL_WA2BLOCKACTION
/AWS1/CL_WA2BLOCKACTION
¶
Specifies that WAF should block requests by default.
io_allow
TYPE REF TO /AWS1/CL_WA2ALLOWACTION
/AWS1/CL_WA2ALLOWACTION
¶
Specifies that WAF should allow requests by default.
Queryable Attributes¶
Block¶
Specifies that WAF should block requests by default.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BLOCK() |
Getter for BLOCK |
Allow¶
Specifies that WAF should allow requests by default.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ALLOW() |
Getter for ALLOW |