Module Values.SubstituteStringSource

This processor matches a key’s value against a regular expression and replaces all matches with a replacement string. For more information about this processor including examples, see substituteString in the CloudWatch Logs User Guide.

Sourcetype nonrec t = {
  1. entries : SubstituteStringEntries.t;
    (*

    An array of objects, where each object contains the information about one key to match and replace.

    *)
}
Sourceval context_ : string
Sourceval make : entries:SubstituteStringEntries.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of Source.t ]) list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t