aws-cdk-lib.aws_pinpoint.CfnCampaign.CampaignCustomMessageProperty

interface CampaignCustomMessageProperty

LanguageType name
.NETAmazon.CDK.AWS.Pinpoint.CfnCampaign.CampaignCustomMessageProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awspinpoint#CfnCampaign_CampaignCustomMessageProperty
Javasoftware.amazon.awscdk.services.pinpoint.CfnCampaign.CampaignCustomMessageProperty
Pythonaws_cdk.aws_pinpoint.CfnCampaign.CampaignCustomMessageProperty
TypeScript 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

NameTypeDescription
data?stringThe 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.