Values.OriginCustomHeaderSourceA complex type that contains HeaderName and HeaderValue elements, if any, for this distribution.
type nonrec t = {headerName : String_.t;The name of a header that you want CloudFront to send to your origin. For more information, see Adding Custom Headers to Origin Requests in the Amazon CloudFront Developer Guide.
*)headerValue : SensitiveStringType.t;The value for the header that you specified in the HeaderName field.
*)}