Values.PagerDutyConfigurationSourceConfiguration for Pagerduty integration.
type nonrec t = {services : PagerDutyServicesList.t;List of Pagerduty service available for the association.
*)customerEmail : EmailAddress.t;Email to be used in Pagerduty API header
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of String_.t ] list
| `String of EmailAddress.t ])
list ]