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::TelemetryRule WAFLoggingParameters
Configuration parameters for WAF logging, including redacted fields and logging filters.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "LoggingFilter" :LoggingFilter, "LogType" :String, "RedactedFields" :[ FieldToMatch, ... ]}
YAML
LoggingFilter:LoggingFilterLogType:StringRedactedFields:- FieldToMatch
Properties
LoggingFilter-
A filter configuration that determines which WAF log records to include or exclude.
Required: No
Type: LoggingFilter
Update requires: No interruption
LogType-
The type of WAF logs to collect (currently supports WAF_LOGS).
Required: No
Type: String
Allowed values:
WAF_LOGSUpdate requires: No interruption
RedactedFields-
The fields to redact from WAF logs to protect sensitive information.
Required: No
Type: Array of FieldToMatch
Maximum:
100Update requires: No interruption