Module Values.PagerDutyConfigurationSource

Details about the PagerDuty configuration for a response plan.

Sourcetype nonrec t = {
  1. name : PagerDutyConfigurationNameString.t;
    (*

    The name of the PagerDuty configuration.

    *)
  2. pagerDutyIncidentConfiguration : PagerDutyIncidentConfiguration.t;
    (*

    Details about the PagerDuty service associated with the configuration.

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

    *)
}
Sourceval context_ : string
Sourceval make : name:PagerDutyConfigurationNameString.t -> pagerDutyIncidentConfiguration:PagerDutyIncidentConfiguration.t -> secretId:PagerDutyConfigurationSecretIdString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of PagerDutyConfigurationNameString.t | `Structure of (string * [> `String of PagerDutyIncidentConfigurationServiceIdString.t ]) list ]) 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