Values.PipeTargetEventBridgeEventBusParametersSourceThe parameters for using an EventBridge event bus as a target.
type nonrec t = {endpointId : EventBridgeEndpointId.t option;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.
*)detailType : EventBridgeDetailType.t option;A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.
*)source : EventBridgeEventSource.t option;The source of the event.
*)resources : EventBridgeEventResourceList.t option;Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.
*)time : JsonPath.t option;The time stamp of the event, per RFC3339. If no time stamp is provided, the time stamp of the PutEvents call is used.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of ArnOrJsonPath.t ] list
| `String of EventBridgeEndpointId.t ])
list ]