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

PagerDutyConfiguration

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

Details about the PagerDuty configuration for a response plan.

interface PagerDutyConfiguration {
name: string;
pagerDutyIncidentConfiguration: PagerDutyIncidentConfiguration;
secretId: string;
}

§Properties

§
name: string
[src]

The name of the PagerDuty configuration.

§
pagerDutyIncidentConfiguration: PagerDutyIncidentConfiguration
[src]

Details about the PagerDuty service associated with the configuration.

§
secretId: string
[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.