AWS Fundamentals Logo
AWS Fundamentals
AWS::Pinpoint::Campaign

Pinpoint Campaign

Resource Type definition for AWS::Pinpoint::Campaign

Properties

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

Filter:
PropertyTypeFlags
ApplicationId
string
RequiredCreate-only
Name
string
Required
Schedule
Schedule
Required
SegmentId
string
Required
AdditionalTreatments
Array<WriteTreatmentResource>
CampaignHook
CampaignHook
CustomDeliveryConfiguration
CustomDeliveryConfiguration
Description
string
HoldoutPercent
integer
IsPaused
boolean
Limits
Limits
MessageConfiguration
MessageConfiguration
Priority
integer
SegmentVersion
integer
Tags
object
TemplateConfiguration
TemplateConfiguration
TreatmentDescription
string
TreatmentName
string

Return Values

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

AttributeTypeDescription
Arnstring-
CampaignIdstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Pinpoint::Campaign

Resources:
  MyResource:
    Type: AWS::Pinpoint::Campaign
    Properties:
      SegmentId: "my-segmentid"
      Schedule: "value"
      ApplicationId: "my-applicationid"
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

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

ServicePinpoint
Properties20
Required4
TaggingNot supported
Primary IDCampaignId

Immutable After Creation

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

ApplicationId

External Links