AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::ConnectCampaigns::Campaign

CfnCampaign

Contains information about an outbound campaign.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnCampaignProps.

connectInstanceArnRequired
string

The Amazon Resource Name (ARN) of the Amazon Connect instance.

dialerConfigRequired
IResolvable | DialerConfigProperty

Contains information about the dialer configuration.

nameRequired
string

The name of the campaign.

outboundCallConfigRequired
IResolvable | OutboundCallConfigProperty

Contains information about the outbound call configuration.

tagsOptional
CfnTag[]

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

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-connectcampaigns
CFN TypeAWS::ConnectCampaigns::Campaign
Properties5

External Links