AWS Fundamentals Logo
AWS Fundamentals
AWS::ConnectCampaignsV2::Campaign

ConnectCampaignsV2 Campaign

Definition of AWS::ConnectCampaignsV2::Campaign Resource Type

Properties

10 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
ConnectInstanceId
string
RequiredCreate-only
Name
string
Required
ChannelSubtypeConfig
ChannelSubtypeConfig
CommunicationLimitsOverride
CommunicationLimitsConfig
CommunicationTimeConfig
CommunicationTimeConfig
ConnectCampaignFlowArn
string
Schedule
Schedule
Source
Source
Tags
Array<Tag>
Type
string

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringAmazon Connect Campaign Arn

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

connect-campaigns:CreateCampaignconnect-campaigns:DescribeCampaignconnect-campaigns:TagResourceconnect:DescribeContactFlowconnect:DescribeEmailAddressconnect:DescribeInstanceconnect:DescribePhoneNumberconnect:DescribeQueue

read

connect-campaigns:DescribeCampaign

delete

connect-campaigns:DeleteCampaignconnect-campaigns:DeleteCampaignChannelSubtypeConfigconnect-campaigns:DeleteCampaignCommunicationLimitsconnect-campaigns:DeleteCampaignCommunicationTime

list

connect-campaigns:ListCampaigns

update

connect-campaigns:DeleteCampaignChannelSubtypeConfigconnect-campaigns:DeleteCampaignCommunicationLimitsconnect-campaigns:DeleteCampaignCommunicationTimeconnect-campaigns:UpdateCampaignChannelSubtypeConfigconnect-campaigns:UpdateCampaignCommunicationLimitsconnect-campaigns:UpdateCampaignCommunicationTimeconnect-campaigns:UpdateCampaignNameconnect-campaigns:UpdateCampaignFlowAssociation

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

ServiceConnectCampaignsV2
Properties11
Required2
TaggingSupported
Primary IDArn

Supported Operations

CreateReadDeleteListUpdate

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ConnectInstanceId

External Links