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

GetContactChannelResult

import type { GetContactChannelResult } from "https://aws-api.deno.dev/v0.4/services/ssmcontacts.ts?docs=full";
interface GetContactChannelResult {
ActivationStatus?: ActivationStatus | null;
ContactArn: string;
ContactChannelArn: string;
DeliveryAddress: ContactChannelAddress;
Name: string;
}

§Properties

§
ActivationStatus?: ActivationStatus | null
[src]

A Boolean value indicating if the contact channel has been activated or not.

§
ContactArn: string
[src]

The ARN of the contact that the channel belongs to.

§
ContactChannelArn: string
[src]

The 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

§

The type of contact channel. The type is SMS, VOICE, or EMAIL.