TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParametersLoggingFilterFilter class

Constructors

TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParametersLoggingFilterFilter({Input<String?>? behavior, Input<List<TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParametersLoggingFilterFilterCondition>?>? conditions, Input<String?>? requirement})
Creates a new TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParametersLoggingFilterFilter. behavior Action to take for matching log records. Valid values: KEEP, DROP. conditions Conditions that determine if a log record matches this filter. See conditions below. requirement Whether 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 conditions below.
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