Values.PagerDutyIncidentConfigurationSourceDetails about the PagerDuty service where the response plan creates an incident.
type nonrec t = {serviceId : PagerDutyIncidentConfigurationServiceIdString.t;The ID of the PagerDuty service that the response plan associates with an incident when it launches.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of PagerDutyIncidentConfigurationServiceIdString.t ])
list ]