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

CreateContactChannelRequest

import type { CreateContactChannelRequest } from "https://aws-api.deno.dev/v0.4/services/ssmcontacts.ts?docs=full";
interface CreateContactChannelRequest {
ContactId: string;
DeferActivation?: boolean | null;
DeliveryAddress: ContactChannelAddress;
IdempotencyToken?: string | null;
Name: string;
}

§Properties

§
ContactId: string
[src]

The Amazon Resource Name (ARN) of the contact you are adding the contact channel to.

§
DeferActivation?: boolean | null
[src]

If you want to activate the channel at a later time, you can choose to defer activation. Incident Manager can't engage your contact channel until it has been activated.

§

The details that Incident Manager uses when trying to engage the contact channel. 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
§
IdempotencyToken?: string | null
[src]

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

§
Name: string
[src]

The name of the contact channel.

§

Incident Manager supports three types of contact channels:

  • SMS
    
  • VOICE
    
  • EMAIL