Amazon Incident Manager · JSON Structure

Incident Manager Integration Structure

Information about third-party services integrated into a response plan.

Type: object Properties: 1
AutomationDevOpsIncident ManagementOperations

Integration is a JSON Structure definition published by Amazon Incident Manager, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

pagerDutyConfiguration

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-incident-manager/refs/heads/main/json-structure/incident-manager-integration-structure.json",
  "name": "Integration",
  "description": "Information about third-party services integrated into a response plan.",
  "type": "object",
  "properties": {
    "pagerDutyConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PagerDutyConfiguration"
        },
        {
          "description": "Information about the PagerDuty service where the response plan creates an incident."
        }
      ]
    }
  }
}