@Stability(value=Stable)
public static interface CfnCampaign.CampaignCustomMessageProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.pinpoint.*;
CampaignCustomMessageProperty campaignCustomMessageProperty = CampaignCustomMessageProperty.builder()
.data("data")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCampaign.CampaignCustomMessageProperty.Builder
A builder for
CfnCampaign.CampaignCustomMessageProperty |
static class |
CfnCampaign.CampaignCustomMessageProperty.Jsii$Proxy
An implementation for
CfnCampaign.CampaignCustomMessageProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCampaign.CampaignCustomMessageProperty.Builder |
builder() |
default String |
getData()
The raw, JSON-formatted string to use as the payload for the message.
|
@Stability(value=Stable) @Nullable default String getData()
The maximum size is 5 KB.
@Stability(value=Stable) static CfnCampaign.CampaignCustomMessageProperty.Builder builder()
Copyright © 2022. All rights reserved.