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:StringQueryString:StringSingleHeader:SingleHeaderUriPath: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