TelemetryRuleRuleDestinationConfigurationWafLoggingParameters constructor
const
TelemetryRuleRuleDestinationConfigurationWafLoggingParameters({
- Input<
String?> ? logType, - Input<
TelemetryRuleRuleDestinationConfigurationWafLoggingParametersLoggingFilter?> ? loggingFilter, - Input<
List< ? redactedFields,TelemetryRuleRuleDestinationConfigurationWafLoggingParametersRedactedField> ?>
Creates a new TelemetryRuleRuleDestinationConfigurationWafLoggingParameters.
logType Type of WAF logs to collect (currently WAF_LOGS).
loggingFilter Filter configuration that determines which WAF log records to include or exclude. See loggingFilter below.
redactedFields List of fields to redact from WAF logs. See redactedFields below.
Implementation
const TelemetryRuleRuleDestinationConfigurationWafLoggingParameters({
this.logType,
this.loggingFilter,
this.redactedFields,
});