Values.HttpEndpointConfigurationSourceDescribes the configuration of the HTTP endpoint to which Kinesis Firehose delivers data.
type nonrec t = {url : HttpEndpointUrl.t;The URL of the HTTP endpoint selected as the destination. If you choose an HTTP endpoint as your destination, review and follow the instructions in the Appendix - HTTP Endpoint Delivery Request and Response Specifications.
*)name : HttpEndpointName.t option;The name of the HTTP endpoint selected as the destination.
*)accessKey : HttpEndpointAccessKey.t option;The access key required for Kinesis Firehose to authenticate with the HTTP endpoint selected as the destination.
*)}