Values.MetricDestinationSummarySourceA structure that displays information about one destination that CloudWatch RUM sends extended metrics to.
type nonrec t = {destination : MetricDestination.t option;Specifies whether the destination is CloudWatch or Evidently.
*)destinationArn : DestinationArn.t option;If the destination is Evidently, this specifies the ARN of the Evidently experiment that receives the metrics.
*)iamRoleArn : IamRoleArn.t option;This field appears only when the destination is Evidently. It specifies the ARN of the IAM role that is used to write to the Evidently experiment that receives the metrics.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of DestinationArn.t ]) list ]