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

JourneyChannelSettings

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

The channel-specific configurations for the journey.

interface JourneyChannelSettings {
ConnectCampaignArn?: string | null;
ConnectCampaignExecutionRoleArn?: string | null;
}

§Properties

§
ConnectCampaignArn?: string | null
[src]

Amazon Resource Name (ARN) of the Connect Campaign.

§
ConnectCampaignExecutionRoleArn?: string | null
[src]

IAM role ARN to be assumed when invoking Connect campaign execution APIs for dialing.