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

PagerDutyIncidentDetail

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

Details about the PagerDuty incident associated with an incident created by an Incident Manager response plan.

interface PagerDutyIncidentDetail {
autoResolve?: boolean | null;
id: string;
secretId?: string | null;
}

§Properties

§
autoResolve?: boolean | null
[src]

Indicates whether to resolve the PagerDuty incident when you resolve the associated Incident Manager incident.

§
id: string
[src]

The ID of the incident associated with the PagerDuty service for the response plan.

§
secretId?: string | null
[src]

The ID of the Amazon Web Services Secrets Manager secret that stores your PagerDuty key, either a General Access REST API Key or User Token REST API Key, and other user credentials.