Module Values.CloudWatchDestinationSource

An object that defines an Amazon CloudWatch destination for email events. You can use Amazon CloudWatch to monitor and gain insights on your email sending metrics.

Sourcetype nonrec t = {
  1. dimensionConfigurations : CloudWatchDimensionConfigurations.t;
    (*

    An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.

    *)
}
Sourceval context_ : string
Sourceval make : dimensionConfigurations:CloudWatchDimensionConfigurations.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of DimensionName.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