AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::ConnectCampaignsV2::Campaign

CfnCampaign

Creates an outbound campaign. > - For users to be able to view or edit a campaign at a later date by using the Amazon Connect user interface, you must add the instance ID as a tag. For example, `{ "tags": {"owner": "arn:aws:connect:{REGION}:{AWS_ACCOUNT_ID}:instance/{CONNECT_INSTANCE_ID}"}}` . > - After a campaign is created, you can't add/remove source. > - Configuring maximum ring time is not supported for the Preview dial mode.

Import

import { CfnCampaign } from 'aws-cdk-lib/aws-connectcampaignsv2';

Or use the module namespace:

import * as connectcampaignsv2 from 'aws-cdk-lib/aws-connectcampaignsv2';
// connectcampaignsv2.CfnCampaign

Properties

Configuration passed to the constructor as CfnCampaignProps.

connectInstanceIdRequired
string

The identifier of the Amazon Connect instance. You can find the `instanceId` in the ARN of the instance.

nameRequired
string

The name of the outbound campaign.

channelSubtypeConfigOptional
IResolvable | ChannelSubtypeConfigProperty

Contains channel subtype configuration for an outbound campaign.

communicationLimitsOverrideOptional
IResolvable | CommunicationLimitsConfigProperty

Communication limits configuration for an outbound campaign.

communicationTimeConfigOptional
IResolvable | CommunicationTimeConfigProperty

Contains communication time configuration for an outbound campaign.

connectCampaignFlowArnOptional
string

The Amazon Resource Name (ARN) of the Amazon Connect campaign flow associated with the outbound campaign.

entryLimitsConfigOptional
IResolvable | EntryLimitsConfigProperty

Entry limits config for a campaign.

scheduleOptional
IResolvable | ScheduleProperty

Contains the schedule configuration.

sourceOptional
IResolvable | SourceProperty

Contains source configuration.

tagsOptional
CfnTag[]

The tags used to organize, track, or control access for this resource. For example, `{ "tags": {"key1":"value1", "key2":"value2"} }` .

typeOptional
string

The type of campaign.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-connectcampaignsv2
CFN TypeAWS::ConnectCampaignsV2::Campaign
Properties11

External Links