Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ The `actionCondition` block supports the following argument:

The `labelNameCondition` block supports the following argument:

* `labelName` - (Required) Name of the label that a log record must contain in order to meet the condition. It must be a fully qualified label name, which includes a prefix, optional namespaces, and the label name itself. The prefix identifies the rule group or web ACL context of the rule that added the label.
* `labelName` - (Required) Name of the label that a log record must contain in order to meet the condition. It must be a [fully qualified label name](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-label-requirements.html#waf-rule-label-syntax), which includes a prefix, optional namespaces, and the label name itself. The prefix identifies the rule group or web ACL context of the rule that added the label.

### Redacted Fields

Expand Down Expand Up @@ -294,4 +294,4 @@ Using `terraform import`, import WAFv2 Web ACL Logging Configurations using the
% terraform import aws_wafv2_web_acl_logging_configuration.example arn:aws:wafv2:us-west-2:123456789012:regional/webacl/test-logs/a1b2c3d4-5678-90ab-cdef
```

<!-- cache-key: cdktf-0.20.8 input-974e175f5df0d59bd80fac1c1a0926a37ef18a1f6e83015d2afcfb41f1d7d42f -->
<!-- cache-key: cdktf-0.20.8 input-974e175f5df0d59bd80fac1c1a0926a37ef18a1f6e83015d2afcfb41f1d7d42f -->
Loading