AWS::ConnectCampaigns::CampaignDefinition of AWS::ConnectCampaigns::Campaign Resource Type
5 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ConnectInstanceArn | string | RequiredCreate-only |
DialerConfig | DialerConfig | Required |
Name | string | Required |
OutboundCallConfig | OutboundCallConfig | Required |
Tags | Array<Tag> |
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::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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
connect-campaigns:CreateCampaignconnect-campaigns:DescribeCampaignconnect-campaigns:TagResourceconnect:DescribeContactFlowconnect:DescribeInstanceconnect:DescribeQueueconnect-campaigns:DescribeCampaignconnect-campaigns:DeleteCampaignconnect-campaigns:ListCampaignsconnect-campaigns:UpdateCampaignDialerConfigconnect-campaigns:UpdateCampaignNameconnect-campaigns:UpdateCampaignOutboundCallConfigconnect-campaigns:TagResourceconnect-campaigns:UntagResourceconnect-campaigns:DescribeCampaignOur 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.
ConnectInstanceArn