{ "$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-event-stream-schema.json", "title": "EventStream", "description": "Specifies settings for publishing event data to an Amazon Kinesis data stream or an Amazon Kinesis Data Firehose delivery stream.", "type": "object", "properties": { "ApplicationId": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "description": "The unique identifier for the application to publish event data for." } ] }, "DestinationStreamArn": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "description": "
The Amazon Resource Name (ARN) of the Amazon Kinesis data stream or Amazon Kinesis Data Firehose delivery stream to publish event data to.
For a Kinesis data stream, the ARN format is: arn:aws:kinesis:
For a Kinesis Data Firehose delivery stream, the ARN format is: arn:aws:firehose: