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

ContactChannel

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

The method that Incident Manager uses to engage a contact.

interface ContactChannel {
ActivationStatus: ActivationStatus;
ContactArn: string;
ContactChannelArn: string;
DeliveryAddress: ContactChannelAddress;
Name: string;
Type?: ChannelType | null;
}

§Properties

§
ActivationStatus: ActivationStatus
[src]

A Boolean value describing if the contact channel has been activated or not. If the contact channel isn't activated, Incident Manager can't engage the contact through it.

§
ContactArn: string
[src]

The ARN of the contact that contains the contact channel.

§
ContactChannelArn: string
[src]

The Amazon Resource Name (ARN) of the contact channel.

§

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

§
Name: string
[src]

The name of the contact channel.

§
Type?: ChannelType | null
[src]

The type of the contact channel. Incident Manager supports three contact methods:

  • SMS
  • VOICE
  • EMAIL