LoggingConfiguration class
Constructors
-
LoggingConfiguration({required List<
String> logDestinationConfigs, required String resourceArn, List<FieldToMatch> ? redactedFields}) -
LoggingConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
logDestinationConfigs
→ List<
String> -
An array of Amazon Kinesis Data Firehose ARNs.
final
-
redactedFields
→ List<
FieldToMatch> ? -
The parts of the request that you want redacted from the logs. For example,
if you redact the cookie field, the cookie field in the firehose will be
xxx
.final - resourceArn → String
-
The Amazon Resource Name (ARN) of the web ACL that you want to associate
with
LogDestinationConfigs
.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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited