You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::WAFRegional::Types::RegexPatternSetUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::RegexPatternSetUpdate
- Defined in:
- (unknown)
Overview
When passing RegexPatternSetUpdate as input to an Aws::Client method, you can use a vanilla Hash:
{
action: "INSERT", # required, accepts INSERT, DELETE
regex_pattern_string: "RegexPatternString", # required
}
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
.
Instance Attribute Summary collapse
-
#action ⇒ String
Specifies whether to insert or delete a
RegexPatternString
. -
#regex_pattern_string ⇒ String
Specifies the regular expression (regex) pattern that you want AWS WAF to search for, such as
B[a@]dB[o0]t
.
Instance Attribute Details
#action ⇒ String
Specifies whether to insert or delete a RegexPatternString
.
Possible values:
- INSERT
- DELETE
#regex_pattern_string ⇒ String
Specifies the regular expression (regex) pattern that you want AWS WAF
to search for, such as B[a@]dB[o0]t
.