TelemetryRuleRuleDestinationConfigurationWafLoggingParametersRedactedField constructor

const TelemetryRuleRuleDestinationConfigurationWafLoggingParametersRedactedField({
  1. Input<String?>? method,
  2. Input<String?>? queryString,
  3. Input<TelemetryRuleRuleDestinationConfigurationWafLoggingParametersRedactedFieldSingleHeader?>? singleHeader,
  4. Input<String?>? uriPath,
})

Creates a new TelemetryRuleRuleDestinationConfigurationWafLoggingParametersRedactedField. method Redact the HTTP method from WAF logs. Set to an empty string to enable redaction. queryString Redact the entire query string from WAF logs. Set to an empty string to enable redaction. singleHeader Redact a specific header by name from WAF logs. See singleHeader below. uriPath Redact the URI path from WAF logs. Set to an empty string to enable redaction.

Implementation

const TelemetryRuleRuleDestinationConfigurationWafLoggingParametersRedactedField({
  this.method,
  this.queryString,
  this.singleHeader,
  this.uriPath,
});