AWS::ObservabilityAdmin::TelemetryRule FieldToMatch - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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

AWS::ObservabilityAdmin::TelemetryRule 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 Amazon 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