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

ContactChannelAddress

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

The details that Incident Manager uses when trying to engage the contact channel.

interface ContactChannelAddress {
SimpleAddress?: string | null;
}

§Properties

§
SimpleAddress?: string | null
[src]

The format is dependent on the type of the contact channel. The following are the expected formats:

  • SMS - '+' followed by the country code and phone number
  • VOICE - '+' followed by the country code and phone number
  • EMAIL - any standard email format