AWS::ConnectCampaignsV2::Campaign Source
Contains source configuration.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CustomerProfilesSegmentArn" :
String
, "EventTrigger" :EventTrigger
}
YAML
CustomerProfilesSegmentArn:
String
EventTrigger:EventTrigger
Properties
CustomerProfilesSegmentArn
-
The Amazon Resource Name (ARN) of the Customer Profiles segment.
Required: No
Type: String
Pattern:
^arn:.*$
Minimum:
20
Maximum:
500
Update requires: No interruption
EventTrigger
-
The event trigger of the campaign.
Required: No
Type: EventTrigger
Update requires: No interruption