TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParametersLoggingFilterFilter class
Constructors
-
TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParametersLoggingFilterFilter({Input<
String?> ? behavior, Input<List< ? conditions, Input<TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParametersLoggingFilterFilterCondition> ?>String?> ? requirement}) -
Creates a new TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParametersLoggingFilterFilter.
behaviorAction to take for matching log records. Valid values:KEEP,DROP.conditionsConditions that determine if a log record matches this filter. Seeconditionsbelow.requirementWhether the log record must meet all conditions or any condition. Valid values:MEETS_ALL,MEETS_ANY.const -
TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParametersLoggingFilterFilter.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
behavior
→ Input<
String?> ? -
Action to take for matching log records. Valid values:
KEEP,DROP.final -
conditions
→ Input<
List< ?TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParametersLoggingFilterFilterCondition> ?> -
Conditions that determine if a log record matches this filter. See
conditionsbelow.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
requirement
→ Input<
String?> ? -
Whether the log record must meet all conditions or any condition. Valid values:
MEETS_ALL,MEETS_ANY.final - 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