TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParametersLoggingFilter class
Constructors
-
TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParametersLoggingFilter({Input<
String?> ? defaultBehavior, Input<List< ? filters})TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParametersLoggingFilterFilter> ?> -
Creates a new TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParametersLoggingFilter.
defaultBehaviorDefault action for log records that do not match any filter. Valid values:KEEP,DROP.filtersList of filter configurations. Seefiltersbelow.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
filtersbelow.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