Values.PagerDutyIncidentDetailSourceDetails about the PagerDuty incident associated with an incident created by an Incident Manager response plan.
type nonrec t = {autoResolve : Boolean.t option;Indicates whether to resolve the PagerDuty incident when you resolve the associated Incident Manager incident.
*)id : PagerDutyIncidentDetailIdString.t;The ID of the incident associated with the PagerDuty service for the response plan.
*)secretId : PagerDutyIncidentDetailSecretIdString.t option;The ID of the Amazon Web Services Secrets Manager secret that stores your PagerDuty key, either a General Access REST API Key or User Token REST API Key, and other user credentials.
*)}val make :
?autoResolve:??? ->
?secretId:??? ->
id:PagerDutyIncidentDetailIdString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of PagerDutyIncidentDetailIdString.t ])
list ]