redactedFields property
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;
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 List<FieldToMatch>? redactedFields;