/AWS1/CL_SHDRESPONSEACTION¶
Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on behalf of the protected resource in response to DDoS attacks. You specify this as part of the configuration for the automatic application layer DDoS mitigation feature, when you enable or update automatic mitigation. Shield Advanced creates the WAF rules in a Shield Advanced-managed rule group, inside the web ACL that you have associated with the resource.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_block TYPE REF TO /AWS1/CL_SHDBLOCKACTION /AWS1/CL_SHDBLOCKACTION¶
Specifies that Shield Advanced should configure its WAF rules with the WAF
Blockaction.You must specify exactly one action, either
BlockorCount.
io_count TYPE REF TO /AWS1/CL_SHDCOUNTACTION /AWS1/CL_SHDCOUNTACTION¶
Specifies that Shield Advanced should configure its WAF rules with the WAF
Countaction.You must specify exactly one action, either
BlockorCount.
Queryable Attributes¶
Block¶
Specifies that Shield Advanced should configure its WAF rules with the WAF
Blockaction.You must specify exactly one action, either
BlockorCount.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BLOCK() |
Getter for BLOCK |
Count¶
Specifies that Shield Advanced should configure its WAF rules with the WAF
Countaction.You must specify exactly one action, either
BlockorCount.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COUNT() |
Getter for COUNT |