{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eventbridge-pipes/refs/heads/main/json-schema/amazon-eventbridge-pipes-pipe-target-event-bridge-event-bus-parameters-schema.json", "title": "PipeTargetEventBridgeEventBusParameters", "description": "The parameters for using an EventBridge event bus as a target.", "type": "object", "properties": { "DetailType": { "allOf": [ { "$ref": "#/components/schemas/EventBridgeDetailType" }, { "description": "A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail." } ] }, "EndpointId": { "allOf": [ { "$ref": "#/components/schemas/EventBridgeEndpointId" }, { "description": "
The URL subdomain of the endpoint. For example, if the URL for Endpoint is https://abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo.
When using Java, you must include auth-crt on the class path.