Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AutomationExecution

import type { AutomationExecution } from "https://aws-api.deno.dev/v0.4/services/ssmincidents.ts?docs=full";

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

interface AutomationExecution {
ssmExecutionArn?: string | null;
}

§Properties

§
ssmExecutionArn?: string | null
[src]

The Amazon Resource Name (ARN) of the automation process.