TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParameters class
Constructors
-
TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParameters({Input<
String?> ? logType, Input<TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParametersLoggingFilter?> ? loggingFilter, Input<List< ? redactedFields})TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParametersRedactedField> ?> -
Creates a new TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParameters.
logTypeType of WAF logs to collect (currentlyWAF_LOGS).loggingFilterFilter configuration that determines which WAF log records to include or exclude. SeeloggingFilterbelow.redactedFieldsList of fields to redact from WAF logs. SeeredactedFieldsbelow.const -
TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParameters.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
loggingFilter
→ Input<
TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParametersLoggingFilter?> ? -
Filter configuration that determines which WAF log records to include or exclude. See
loggingFilterbelow.final -
logType
→ Input<
String?> ? -
Type of WAF logs to collect (currently
WAF_LOGS).final -
redactedFields
→ Input<
List< ?TelemetryRuleForOrganizationRuleDestinationConfigurationWafLoggingParametersRedactedField> ?> -
List of fields to redact from WAF logs. See
redactedFieldsbelow.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