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

EmergencyContact

import type { EmergencyContact } from "https://aws-api.deno.dev/v0.3/services/shield.ts?docs=full";

Contact information that the SRT can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.

interface EmergencyContact {
ContactNotes?: string | null;
EmailAddress: string;
PhoneNumber?: string | null;
}

§Properties

§
ContactNotes?: string | null
[src]

Additional notes regarding the contact.

§
EmailAddress: string
[src]

The email address for the contact.

§
PhoneNumber?: string | null
[src]

The phone number for the contact.