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

Contact

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

A personal contact or escalation plan that Incident Manager engages during an incident.

interface Contact {
Alias: string;
ContactArn: string;
DisplayName?: string | null;
}

§Properties

§
Alias: string
[src]

The unique and identifiable alias of the contact or escalation plan.

§
ContactArn: string
[src]

The Amazon Resource Name (ARN) of the contact or escalation plan.

§
DisplayName?: string | null
[src]

The full name of the contact or escalation plan.

§

Refers to the type of contact. A single contact is type PERSONAL and an escalation plan is type ESCALATION.