Values.CloudWatchDestinationSourceAn 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.
type nonrec t = {dimensionConfigurations : CloudWatchDimensionConfigurations.t;An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of DimensionName.t ])
list ]
list ])
list ]