AWS::ConnectCampaigns::CampaignContains information about an outbound campaign.
import { CfnCampaign } from 'aws-cdk-lib/aws-connectcampaigns';Or use the module namespace:
import * as connectcampaigns from 'aws-cdk-lib/aws-connectcampaigns';
// connectcampaigns.CfnCampaignConfiguration passed to the constructor as CfnCampaignProps.
connectInstanceArnRequiredstringThe Amazon Resource Name (ARN) of the Amazon Connect instance.
dialerConfigRequiredIResolvable | DialerConfigPropertyContains information about the dialer configuration.
nameRequiredstringThe name of the campaign.
outboundCallConfigRequiredIResolvable | OutboundCallConfigPropertyContains information about the outbound call configuration.
tagsOptionalCfnTag[]The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-connectcampaignsAWS::ConnectCampaigns::Campaign