Values.RenameKeysSourceUse this processor to rename keys in a log event. For more information about this processor including examples, see renameKeys in the CloudWatch Logs User Guide.
type nonrec t = {entries : RenameKeyEntries.t;An array of RenameKeyEntry objects, where each object contains the information about a single key to rename.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of OverwriteIfExists.t | `String of Key.t ])
list ]
list ])
list ]