Module Values.PagerDutyIncidentDetailSource

Details about the PagerDuty incident associated with an incident created by an Incident Manager response plan.

Sourcetype nonrec t = {
  1. autoResolve : Boolean.t option;
    (*

    Indicates whether to resolve the PagerDuty incident when you resolve the associated Incident Manager incident.

    *)
  2. id : PagerDutyIncidentDetailIdString.t;
    (*

    The ID of the incident associated with the PagerDuty service for the response plan.

    *)
  3. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?autoResolve:??? -> ?secretId:??? -> id:PagerDutyIncidentDetailIdString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `String of PagerDutyIncidentDetailIdString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t