TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParametersRedactedField constructor

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

Creates a new TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParametersRedactedField. 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 TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParametersRedactedField({
  this.method,
  this.queryString,
  this.singleHeader,
  this.uriPath,
});