Values.PagerDutyConfigurationSourceDetails about the PagerDuty configuration for a response plan.
type nonrec t = {name : PagerDutyConfigurationNameString.t;The name of the PagerDuty configuration.
*)pagerDutyIncidentConfiguration : PagerDutyIncidentConfiguration.t;Details about the PagerDuty service associated with the configuration.
*)secretId : PagerDutyConfigurationSecretIdString.t;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 :
name:PagerDutyConfigurationNameString.t ->
pagerDutyIncidentConfiguration:PagerDutyIncidentConfiguration.t ->
secretId:PagerDutyConfigurationSecretIdString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of PagerDutyConfigurationNameString.t
| `Structure of
(string
* [> `String of PagerDutyIncidentConfigurationServiceIdString.t ])
list ])
list ]