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

Target

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

The contact or contact channel that's being engaged.

interface Target {
ChannelTargetInfo?: ChannelTargetInfo | null;
ContactTargetInfo?: ContactTargetInfo | null;
}

§Properties

§
ChannelTargetInfo?: ChannelTargetInfo | null
[src]

Information about the contact channel Incident Manager is engaging.

§
ContactTargetInfo?: ContactTargetInfo | null
[src]

Information about the contact that Incident Manager is engaging.