interface CampaignCustomMessageProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Pinpoint.CfnCampaign.CampaignCustomMessageProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspinpoint#CfnCampaign_CampaignCustomMessageProperty |
![]() | software.amazon.awscdk.services.pinpoint.CfnCampaign.CampaignCustomMessageProperty |
![]() | aws_cdk.aws_pinpoint.CfnCampaign.CampaignCustomMessageProperty |
![]() | aws-cdk-lib » aws_pinpoint » CfnCampaign » CampaignCustomMessageProperty |
Specifies the contents of a message that's sent through a custom channel to recipients of a campaign.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_pinpoint as pinpoint } from 'aws-cdk-lib';
const campaignCustomMessageProperty: pinpoint.CfnCampaign.CampaignCustomMessageProperty = {
data: 'data',
};
Properties
Name | Type | Description |
---|---|---|
data? | string | The raw, JSON-formatted string to use as the payload for the message. |
data?
Type:
string
(optional)
The raw, JSON-formatted string to use as the payload for the message.
The maximum size is 5 KB.