TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParameters constructor

const TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParameters({
  1. Input<String?>? logType,
  2. Input<TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParametersLoggingFilter?>? loggingFilter,
  3. Input<List<TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParametersRedactedField>?>? redactedFields,
})

Creates a new TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParameters. 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 TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParameters({
  this.logType,
  this.loggingFilter,
  this.redactedFields,
});