Provides a WAF Regional Regex Pattern Set Resource
resource "aws_wafregional_regex_pattern_set" "example" { name = "example" regex_pattern_strings = ["one", "two"] }
The following arguments are supported:
name
- (Required) The name or description of the Regex Pattern Set. regex_pattern_strings
- (Optional) A list of regular expression (regex) patterns that you want AWS WAF to search for, such as B[a@]dB[o0]t
. In addition to all arguments above, the following attributes are exported:
id
- The ID of the WAF Regional Regex Pattern Set.
© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/aws/r/wafregional_regex_pattern_set.html