Amazon Pinpoint · Schema

JourneyPushMessage

Specifies the message configuration for a push notification that's sent to participants in a journey.

CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

Properties

Name Type Description
TimeToLive object
View JSON Schema on GitHub

JSON Schema

amazon-pinpoint-journey-push-message-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-schema/amazon-pinpoint-journey-push-message-schema.json",
  "title": "JourneyPushMessage",
  "description": "Specifies the message configuration for a push notification that's sent to participants in a journey.",
  "type": "object",
  "properties": {
    "TimeToLive": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "<p>The number of seconds that the push notification service should keep the message, if the service is unable to deliver the notification the first time. This value is converted to an expiration value when it's sent to a push-notification service. If this value is 0, the service treats the notification as if it expires immediately and the service doesn't store or try to deliver the notification again.</p> <p>This value doesn't apply to messages that are sent through the Amazon Device Messaging (ADM) service.</p>"
        }
      ]
    }
  }
}