aws::wafv2-regex-pattern-set¶
Creates a regex pattern set.
Example¶
aws::wafv2-regex-pattern-set regex-pattern-set-example
name: "regex-pattern-set-example"
description: "regex-pattern-set-example-desc"
scope: "REGIONAL"
regular-expressions: [
"regular-expression"
]
end
Attributes¶
| Attribute | Description |
|---|---|
| scope | The scope where the resource is going to be created. Resources can only use and associate with other similar scoped resources. Valid values are |
| tags map | The tags associated with the resources. |
| name | The name of the regex pattern set. (Required) |
| description | The description of the regex pattern set. |
| regular-expressions set | The set of regular expressions to which the condition is going to be checked. Maximum allowed items are 10. (Required) |
Outputs¶
| Attribute | Description |
|---|---|
| id | The id of the regex pattern set. |
| arn | The arn of the regex pattern set. |