class Aws::WAFV2::Types::RegexPatternSet
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
.
@!attribute [rw] name
The name of the set. You cannot change the name after you create the set. @return [String]
@!attribute [rw] 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. @return [String]
@!attribute [rw] arn
The Amazon Resource Name (ARN) of the entity. @return [String]
@!attribute [rw] description
A description of the set that helps with identification. @return [String]
@!attribute [rw] regular_expression_list
The regular expression patterns in the set. @return [Array<Types::Regex>]
@see docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/RegexPatternSet AWS API Documentation
Constants
- SENSITIVE