Module Values.DeleteTransformerRequestSource

Deletes the log transformer for the specified log group. As soon as you do this, the transformation of incoming log events according to that transformer stops. If this account has an account-level transformer that applies to this log group, the log group begins using that account-level transformer when this log-group level transformer is deleted. After you delete a transformer, be sure to edit any metric filters or subscription filters that relied on the transformed versions of the log events.

Sourcetype nonrec t = {
  1. logGroupIdentifier : LogGroupIdentifier.t;
    (*

    Specify either the name or ARN of the log group to delete the transformer for. If the log group is in a source account and you are using a monitoring account, you must use the log group ARN.

    *)
}
Sourceval context_ : string
Sourceval make : logGroupIdentifier:LogGroupIdentifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of LogGroupIdentifier.t ]) 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