LogRedactionConfiguration
The configuration for log redaction.
Contents
- entitiesToRedact
-
Specifies the entities to be redacted from logs. Entities to redact are "ALL_PERSONALLY_IDENTIFIABLE_INFORMATION", "NUMBERS","CUSTOM". If CUSTOM is supplied or configured, custom patterns (customDataIdentifiers) should be provided, and the patterns will be redacted in logs or error messages.
Type: Array of strings
Array Members: Minimum number of 1 item.
Valid Values:
ALL_PERSONALLY_IDENTIFIABLE_INFORMATION | NUMBERS | CUSTOM
Required: Yes
- customEntityConfig
-
Specifies the configuration for custom entities in the context of log redaction.
Type: CustomEntityConfig object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: