redactedFields property

List<FieldToMatch>? redactedFields
final

The parts of the request that you want to keep out of the logs. For example, if you redact the HEADER field, the HEADER field in the firehose will be xxx.

Implementation

final List<FieldToMatch>? redactedFields;