{ "$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." } ] } } }