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

CreateContactRequest

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

§Properties

§
Alias: string
[src]

The short name to quickly identify a contact or escalation plan. The contact alias must be unique and identifiable.

§
DisplayName?: string | null
[src]

The full name of the contact or escalation plan.

§
IdempotencyToken?: string | null
[src]

A token ensuring that the operation is called only once with the specified details.

§
Plan: Plan
[src]

A list of stages. A contact has an engagement plan with stages that contact specified contact channels. An escalation plan uses stages that contact specified contacts.

§
Tags?: Tag[] | null
[src]

Adds a tag to the target. You can only tag resources created in the first Region of your replication set.

§

To create an escalation plan use ESCALATION. To create a contact use PERSONAL.