TelemetryRuleRuleDestinationConfigurationWafLoggingParametersRedactedField constructor
const
TelemetryRuleRuleDestinationConfigurationWafLoggingParametersRedactedField({
- Input<
String?> ? method, - Input<
String?> ? queryString, - Input<
TelemetryRuleRuleDestinationConfigurationWafLoggingParametersRedactedFieldSingleHeader?> ? singleHeader, - 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,
});