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

CreateCampaignRequest

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

The request for Create Campaign API.

interface CreateCampaignRequest {
connectInstanceId: string;
dialerConfig: DialerConfig;
name: string;
outboundCallConfig: OutboundCallConfig;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
connectInstanceId: string
[src]
§
dialerConfig: DialerConfig
[src]
§
name: string
[src]
§
outboundCallConfig: OutboundCallConfig
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]