Values.CopyValueSourceThis processor copies values within a log event. You can also use this processor to add metadata to log events by copying the values of the following metadata keys into the log events: @logGroupName, @logGroupStream, @accountId, @regionName. For more information about this processor including examples, see copyValue in the CloudWatch Logs User Guide.
type nonrec t = {entries : CopyValueEntries.t;An array of CopyValueEntry objects, where each object contains the information about one field value to copy.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of OverwriteIfExists.t
| `String of Source.t ])
list ]
list ])
list ]