Skip to content

AWS WAF enhances Data Protection #41803

Open
@ewbankkit

Description

@ewbankkit

AWS WAF expands its Data Protection capabilities with new controls for sensitive data in logs.

Affected Resource(s) and/or Data Source(s)

  • aws_wafv2_web_acl

Potential Terraform Configuration

resource "aws_wafv2_web_acl" "example" {
  data_protection_config {
    data_protection {
      action = "SUBSTITUTION"
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementRequests to existing resources that expand the functionality or scope.service/wafv2Issues and PRs that pertain to the wafv2 service.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions