Values.ItemValueSourceDescribes a related item.
type nonrec t = {arn : Arn.t option;The Amazon Resource Name (ARN) of the related item, if the related item is an Amazon resource.
*)metricDefinition : MetricDefinition.t option;The metric definition, if the related item is a metric in Amazon CloudWatch.
*)pagerDutyIncidentDetail : PagerDutyIncidentDetail.t option;Details about an incident that is associated with a PagerDuty incident.
*)url : Url.t option;The URL, if the related item is a non-Amazon Web Services resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Arn.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `String of PagerDutyIncidentDetailIdString.t ])
list ])
list ]