/AWS1/CL_WA2REGEXPATTERNSET¶
Contains one or more regular expressions.
WAF assigns an ARN to each RegexPatternSet
that you create. To use a
set in a rule, you provide the ARN to the Rule statement RegexPatternSetReferenceStatement.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_name
TYPE /AWS1/WA2ENTITYNAME
/AWS1/WA2ENTITYNAME
¶
The name of the set. You cannot change the name after you create the set.
iv_id
TYPE /AWS1/WA2ENTITYID
/AWS1/WA2ENTITYID
¶
A unique identifier for the set. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete.
iv_arn
TYPE /AWS1/WA2RESOURCEARN
/AWS1/WA2RESOURCEARN
¶
The Amazon Resource Name (ARN) of the entity.
iv_description
TYPE /AWS1/WA2ENTITYDESCRIPTION
/AWS1/WA2ENTITYDESCRIPTION
¶
A description of the set that helps with identification.
it_regularexpressionlist
TYPE /AWS1/CL_WA2REGEX=>TT_REGULAREXPRESSIONLIST
TT_REGULAREXPRESSIONLIST
¶
The regular expression patterns in the set.
Queryable Attributes¶
Name¶
The name of the set. You cannot change the name after you create the set.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Id¶
A unique identifier for the set. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
ARN¶
The Amazon Resource Name (ARN) of the entity.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
Description¶
A description of the set that helps with identification.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
RegularExpressionList¶
The regular expression patterns in the set.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REGULAREXPRESSIONLIST() |
Getter for REGULAREXPRESSIONLIST, with configurable default |
ASK_REGULAREXPRESSIONLIST() |
Getter for REGULAREXPRESSIONLIST w/ exceptions if field has |
HAS_REGULAREXPRESSIONLIST() |
Determine if REGULAREXPRESSIONLIST has a value |