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

ChannelTargetInfo

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

Information about the contact channel that Incident Manager uses to engage the contact.

interface ChannelTargetInfo {
ContactChannelId: string;
RetryIntervalInMinutes?: number | null;
}

§Properties

§
ContactChannelId: string
[src]

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

§
RetryIntervalInMinutes?: number | null
[src]

The number of minutes to wait to retry sending engagement in the case the engagement initially fails.