AWS Fundamentals Logo
AWS Fundamentals
AWS::ConnectCampaigns::Campaign

ConnectCampaigns Campaign

Definition of AWS::ConnectCampaigns::Campaign Resource Type

Properties

5 configurable properties. 4 required. Click a row to see details.

Filter:
PropertyTypeFlags
ConnectInstanceArn
string
RequiredCreate-only
DialerConfig
DialerConfig
Required
Name
string
Required
OutboundCallConfig
OutboundCallConfig
Required
Tags
Array<Tag>

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::ConnectCampaigns::Campaign

Resources:
  MyResource:
    Type: AWS::ConnectCampaigns::Campaign
    Properties:
      ConnectInstanceArn: "arn:aws:service:region:account:resource"
      DialerConfig: "value"
      Name: "my-name"
      OutboundCallConfig: "value"
      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:DescribeInstanceconnect:DescribeQueue

read

connect-campaigns:DescribeCampaign

delete

connect-campaigns:DeleteCampaign

list

connect-campaigns:ListCampaigns

update

connect-campaigns:UpdateCampaignDialerConfigconnect-campaigns:UpdateCampaignNameconnect-campaigns:UpdateCampaignOutboundCallConfigconnect-campaigns:TagResourceconnect-campaigns:UntagResourceconnect-campaigns:DescribeCampaign

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

ServiceConnectCampaigns
Properties6
Required4
TaggingSupported
Primary IDArn

Supported Operations

CreateReadDeleteListUpdate

Immutable After Creation

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

ConnectInstanceArn

External Links