AWS::ConnectCampaignsV2::CampaignCreates 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 { CfnCampaign } from 'aws-cdk-lib/aws-connectcampaignsv2';Or use the module namespace:
import * as connectcampaignsv2 from 'aws-cdk-lib/aws-connectcampaignsv2';
// connectcampaignsv2.CfnCampaignConfiguration passed to the constructor as CfnCampaignProps.
connectInstanceIdRequiredstringThe identifier of the Amazon Connect instance. You can find the `instanceId` in the ARN of the instance.
nameRequiredstringThe name of the outbound campaign.
channelSubtypeConfigOptionalIResolvable | ChannelSubtypeConfigPropertyContains channel subtype configuration for an outbound campaign.
communicationLimitsOverrideOptionalIResolvable | CommunicationLimitsConfigPropertyCommunication limits configuration for an outbound campaign.
communicationTimeConfigOptionalIResolvable | CommunicationTimeConfigPropertyContains communication time configuration for an outbound campaign.
connectCampaignFlowArnOptionalstringThe Amazon Resource Name (ARN) of the Amazon Connect campaign flow associated with the outbound campaign.
entryLimitsConfigOptionalIResolvable | EntryLimitsConfigPropertyEntry limits config for a campaign.
scheduleOptionalIResolvable | SchedulePropertyContains the schedule configuration.
sourceOptionalIResolvable | SourcePropertyContains source configuration.
tagsOptionalCfnTag[]The tags used to organize, track, or control access for this resource. For example, `{ "tags": {"key1":"value1", "key2":"value2"} }` .
typeOptionalstringThe type of campaign.
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-connectcampaignsv2AWS::ConnectCampaignsV2::Campaign