AWS::ConnectCampaignsV2::CampaignDefinition of AWS::ConnectCampaignsV2::Campaign Resource Type
10 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ConnectInstanceId | string | RequiredCreate-only |
Name | string | Required |
ChannelSubtypeConfig | ChannelSubtypeConfig | |
CommunicationLimitsOverride | CommunicationLimitsConfig | |
CommunicationTimeConfig | CommunicationTimeConfig | |
ConnectCampaignFlowArn | string | |
Schedule | Schedule | |
Source | Source | |
Tags | Array<Tag> | |
Type | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | Amazon Connect Campaign Arn |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ConnectCampaignsV2::Campaign
Resources:
MyResource:
Type: AWS::ConnectCampaignsV2::Campaign
Properties:
Name: "my-name"
ConnectInstanceId: "my-connectinstanceid"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
connect-campaigns:CreateCampaignconnect-campaigns:DescribeCampaignconnect-campaigns:TagResourceconnect:DescribeContactFlowconnect:DescribeEmailAddressconnect:DescribeInstanceconnect:DescribePhoneNumberconnect:DescribeQueueconnect-campaigns:DescribeCampaignconnect-campaigns:DeleteCampaignconnect-campaigns:DeleteCampaignChannelSubtypeConfigconnect-campaigns:DeleteCampaignCommunicationLimitsconnect-campaigns:DeleteCampaignCommunicationTimeconnect-campaigns:ListCampaignsconnect-campaigns:DeleteCampaignChannelSubtypeConfigconnect-campaigns:DeleteCampaignCommunicationLimitsconnect-campaigns:DeleteCampaignCommunicationTimeconnect-campaigns:UpdateCampaignChannelSubtypeConfigconnect-campaigns:UpdateCampaignCommunicationLimitsconnect-campaigns:UpdateCampaignCommunicationTimeconnect-campaigns:UpdateCampaignNameconnect-campaigns:UpdateCampaignFlowAssociationOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ConnectInstanceId