Values_3.SubscriptionSourceDescribes an Infrastructure Performance subscription.
type nonrec t = {source : Values_0.String_.t option;The Region or Availability Zone that's the source for the subscription. For example, us-east-1.
*)destination : Values_0.String_.t option;The Region or Availability Zone that's the target for the subscription. For example, eu-west-1.
*)metric : Values_1.MetricType.t option;The metric used for the subscription.
*)statistic : Values_1.StatisticType.t option;The statistic used for the subscription.
*)period : Values_1.PeriodType.t option;The data aggregation time for the subscription.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ]) list ]