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

" } ] }, "Resources": { "allOf": [ { "$ref": "#/components/schemas/EventBridgeEventResourceList" }, { "description": "Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present." } ] }, "Source": { "allOf": [ { "$ref": "#/components/schemas/EventBridgeEventSource" }, { "description": "The source of the event." } ] }, "Time": { "allOf": [ { "$ref": "#/components/schemas/JsonPath" }, { "description": "The time stamp of the event, per RFC3339. If no time stamp is provided, the time stamp of the PutEvents call is used." } ] } } }