AutomationExecution

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

AutomationDevOpsIncident ManagementOperations

Properties

Name Type Description
ssmExecutionArn object
View JSON Schema on GitHub

JSON Schema

incident-manager-automation-execution-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-incident-manager/refs/heads/main/json-schema/incident-manager-automation-execution-schema.json",
  "title": "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."
        }
      ]
    }
  }
}