redactedFields property

List<FieldToMatch>? redactedFields
final

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.

Implementation

final List<FieldToMatch>? redactedFields;