TelemetryRuleRuleDestinationConfigurationWafLoggingParametersLoggingFilter constructor

const TelemetryRuleRuleDestinationConfigurationWafLoggingParametersLoggingFilter({
  1. Input<String?>? defaultBehavior,
  2. Input<List<TelemetryRuleRuleDestinationConfigurationWafLoggingParametersLoggingFilterFilter>?>? filters,
})

Creates a new TelemetryRuleRuleDestinationConfigurationWafLoggingParametersLoggingFilter. defaultBehavior Default action for log records that do not match any filter. Valid values: KEEP, DROP. filters List of filter configurations. See filters below.

Implementation

const TelemetryRuleRuleDestinationConfigurationWafLoggingParametersLoggingFilter({
  this.defaultBehavior,
  this.filters,
});