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

Integration

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

Information about third-party services integrated into a response plan.

interface Integration {
pagerDutyConfiguration?: PagerDutyConfiguration | null;
}

§Properties

§
pagerDutyConfiguration?: PagerDutyConfiguration | null
[src]

Information about the PagerDuty service where the response plan creates an incident.