Skip to content

Resource: awsWafregionalRegexPatternSet

Provides a WAF Regional Regex Pattern Set Resource

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.wafregionalRegexPatternSet.WafregionalRegexPatternSet(this, "example", {
  name: "example",
  regexPatternStrings: ["one", "two"],
});

Argument Reference

The following arguments are supported:

  • name - (Required) The name or description of the Regex Pattern Set.
  • regexPatternStrings - (Optional) A list of regular expression (regex) patterns that you want AWS WAF to search for, such as b[a@]dB[o0]t.

Attributes Reference

In addition to all arguments above, the following attributes are exported:

  • id - The ID of the WAF Regional Regex Pattern Set.

Import

WAF Regional Regex Pattern Set can be imported using the id, e.g.,

$ terraform import aws_wafregional_regex_pattern_set.example a1b2c3d4-d5f6-7777-8888-9999aaaabbbbcccc