AWS::ObservabilityAdmin::OrganizationTelemetryRule FieldToMatch - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::ObservabilityAdmin::OrganizationTelemetryRule FieldToMatch

Specifies a field in the request to redact from WAF logs, such as headers, query parameters, or body content.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Method" : String, "QueryString" : String, "SingleHeader" : SingleHeader, "UriPath" : String }

YAML

Method: String QueryString: String SingleHeader: SingleHeader UriPath: String

Properties

Method

Redacts the HTTP method from WAF logs.

Required: No

Type: String

Update requires: No interruption

QueryString

Redacts the entire query string from WAF logs.

Required: No

Type: String

Update requires: No interruption

SingleHeader

Redacts a specific header field by name from WAF logs.

Required: No

Type: SingleHeader

Update requires: No interruption

UriPath

Redacts the URI path from WAF logs.

Required: No

Type: String

Update requires: No interruption