Values.LogRedactionConfigurationSourceThe configuration for log redaction.
type nonrec t = {entitiesToRedact : EntityTypeList.t;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.
*)customEntityConfig : CustomEntityConfig.t option;Specifies the configuration for custom entities in the context of log redaction.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `Structure of
(string * [> `List of [> `String of CustomDataIdentifier.t ] list ])
list ])
list ]