Interface CfnCampaign.ICampaignCustomMessageProperty
Specifies the contents of a message that's sent through a custom channel to recipients of a campaign.
Namespace: Amazon.CDK.AWS.Pinpoint
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICampaignCustomMessageProperty
Syntax (vb)
Public Interface ICampaignCustomMessageProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Pinpoint;
var campaignCustomMessageProperty = new CampaignCustomMessageProperty {
Data = "data"
};
Synopsis
Properties
Data | The raw, JSON-formatted string to use as the payload for the message. |
Properties
Data
The raw, JSON-formatted string to use as the payload for the message.
virtual string Data { get; }
Property Value
System.String