TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParametersLoggingFilter class

Constructors

TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParametersLoggingFilter({Input<String?>? defaultBehavior, Input<List<TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParametersLoggingFilterFilter>?>? filters})
Creates a new TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParametersLoggingFilter. defaultBehavior Default action for log records that do not match any filter. Valid values: KEEP, DROP. filters List of filter configurations. See filters below.
const
TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParametersLoggingFilter.fromMap(Map<String, dynamic> map)
factory

Properties

defaultBehavior → Input<String?>?
Default action for log records that do not match any filter. Valid values: KEEP, DROP.
final
filters → Input<List<TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParametersLoggingFilterFilter>?>?
List of filter configurations. See filters below.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited