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

GetContactResult

import type { GetContactResult } from "https://aws-api.deno.dev/v0.4/services/ssmcontacts.ts?docs=full";
interface GetContactResult {
Alias: string;
ContactArn: string;
DisplayName?: string | null;
Plan: Plan;
}

§Properties

§
Alias: string
[src]

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

§
ContactArn: string
[src]

The ARN of the contact or escalation plan.

§
DisplayName?: string | null
[src]

The full name of the contact or escalation plan.

§
Plan: Plan
[src]

Details about the specific timing or stages and targets of the escalation plan or engagement plan.

§

The type of contact, either PERSONAL or ESCALATION.