AWS::Pinpoint::CampaignResource Type definition for AWS::Pinpoint::Campaign
18 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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 |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
CampaignId | string | - |
A minimal template with required properties and common optional ones.
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"Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterCampaignIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ApplicationId