/AWS1/CL_BDOWAFCONFIGURATION¶
The Amazon Web Services WAF configuration for the gateway. This configuration controls how the gateway behaves when the associated web ACL cannot be evaluated.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_failuremode TYPE /AWS1/BDOWAFFAILUREMODE /AWS1/BDOWAFFAILUREMODE¶
The failure mode that determines how the gateway handles requests when Amazon Web Services WAF is unreachable or times out. Valid values include:
FAIL_CLOSE- The gateway blocks requests when Amazon Web Services WAF cannot be evaluated.
FAIL_OPEN- The gateway allows requests when Amazon Web Services WAF cannot be evaluated.
Queryable Attributes¶
failureMode¶
The failure mode that determines how the gateway handles requests when Amazon Web Services WAF is unreachable or times out. Valid values include:
FAIL_CLOSE- The gateway blocks requests when Amazon Web Services WAF cannot be evaluated.
FAIL_OPEN- The gateway allows requests when Amazon Web Services WAF cannot be evaluated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILUREMODE() |
Getter for FAILUREMODE, with configurable default |
ASK_FAILUREMODE() |
Getter for FAILUREMODE w/ exceptions if field has no value |
HAS_FAILUREMODE() |
Determine if FAILUREMODE has a value |