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

ContactTargetInfo

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

The contact that Incident Manager is engaging during an incident.

interface ContactTargetInfo {
ContactId?: string | null;
IsEssential: boolean;
}

§Properties

§
ContactId?: string | null
[src]

The Amazon Resource Name (ARN) of the contact.

§
IsEssential: boolean
[src]

A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.