/AWS1/CL_WARREGEXPATSETUPDATE¶
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
In an UpdateRegexPatternSet request, RegexPatternSetUpdate
specifies whether to insert or delete a
RegexPatternString
and includes the settings for the RegexPatternString
.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_action
TYPE /AWS1/WARCHANGEACTION
/AWS1/WARCHANGEACTION
¶
Specifies whether to insert or delete a
RegexPatternString
.
iv_regexpatternstring
TYPE /AWS1/WARREGEXPATTERNSTRING
/AWS1/WARREGEXPATTERNSTRING
¶
Specifies the regular expression (regex) pattern that you want AWS WAF to search for, such as
B[a@]dB[o0]t
.
Queryable Attributes¶
Action¶
Specifies whether to insert or delete a
RegexPatternString
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ACTION() |
Getter for ACTION, with configurable default |
ASK_ACTION() |
Getter for ACTION w/ exceptions if field has no value |
HAS_ACTION() |
Determine if ACTION has a value |
RegexPatternString¶
Specifies the regular expression (regex) pattern that you want AWS WAF to search for, such as
B[a@]dB[o0]t
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REGEXPATTERNSTRING() |
Getter for REGEXPATTERNSTRING, with configurable default |
ASK_REGEXPATTERNSTRING() |
Getter for REGEXPATTERNSTRING w/ exceptions if field has no |
HAS_REGEXPATTERNSTRING() |
Determine if REGEXPATTERNSTRING has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_REGEXPATTERNSETUPDATES
¶
TYPES TT_REGEXPATTERNSETUPDATES TYPE STANDARD TABLE OF REF TO /AWS1/CL_WARREGEXPATSETUPDATE WITH DEFAULT KEY
.