Module Values.CloudWatchDestinationSource

Contains information associated with an Amazon CloudWatch event destination to which email sending events are published. Event destinations, such as Amazon CloudWatch, are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

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

    A list of dimensions upon which to categorize your emails when you publish email sending 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