Values.SplitStringSourceUse this processor to split a field into an array of strings using a delimiting character. For more information about this processor including examples, see splitString in the CloudWatch Logs User Guide.
type nonrec t = {entries : SplitStringEntries.t;An array of SplitStringEntry objects, where each object contains the information about one field to split.
*)}