LogRedactionConfig

Configuration for HTTP header redaction in debug logging.

Types

Link copied to clipboard
interface Builder

Configure header redaction for debug logging.

Properties

Link copied to clipboard

Set of HTTP header names whose values will be replaced with "*** Sensitive Data Redacted ***" in request/response debug logging. Matching is case-insensitive. This parameter is empty by default, meaning no headers are redacted. You may choose a preselected set of headers such as aws.smithy.kotlin.runtime.http.PotentiallySensitiveHeaders or provide your own custom set.