Amazon Incident Manager · JSON Structure

Incident Manager Action Structure

The action that starts at the beginning of an incident. The response plan defines the action.

Type: object Properties: 1
AutomationDevOpsIncident ManagementOperations

Action 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

ssmAutomation

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-action-structure.json",
  "name": "Action",
  "description": "The action that starts at the beginning of an incident. The response plan defines the action.",
  "type": "object",
  "properties": {
    "ssmAutomation": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SsmAutomation"
        },
        {
          "description": "The Systems Manager automation document to start as the runbook at the beginning of the incident."
        }
      ]
    }
  }
}