Amazon Pinpoint · JSON Structure

Amazon Pinpoint Journey Channel Settings Structure

The channel-specific configurations for the journey.

Type: object Properties: 2
CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

JourneyChannelSettings is a JSON Structure definition published by Amazon Pinpoint, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ConnectCampaignArn ConnectCampaignExecutionRoleArn

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-structure/amazon-pinpoint-journey-channel-settings-structure.json",
  "name": "JourneyChannelSettings",
  "description": "The channel-specific configurations for the journey.",
  "type": "object",
  "properties": {
    "ConnectCampaignArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "Amazon Resource Name (ARN) of the Connect Campaign."
        }
      ]
    },
    "ConnectCampaignExecutionRoleArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "IAM role ARN to be assumed when invoking Connect campaign execution APIs for dialing."
        }
      ]
    }
  }
}