Amazon Incident Manager · JSON Structure

Incident Manager Automation Execution Structure

The Systems Manager automation document process to start as the runbook at the beginning of the incident.

Type: object Properties: 1
AutomationDevOpsIncident ManagementOperations

AutomationExecution 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

ssmExecutionArn

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-automation-execution-structure.json",
  "name": "AutomationExecution",
  "description": "The Systems Manager automation document process to start as the runbook at the beginning of the incident.",
  "type": "object",
  "properties": {
    "ssmExecutionArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the automation process."
        }
      ]
    }
  }
}