Values.ResponseHeadersPolicyCustomHeaderSourceAn HTTP response header name and its value. CloudFront includes this header in HTTP responses that it sends for requests that match a cache behavior that's associated with this response headers policy.
type nonrec t = {header : String_.t;The HTTP response header name.
*)value : String_.t;The value for the HTTP response header.
*)override : Boolean.t;A Boolean that determines whether CloudFront overrides a response header with the same name received from the origin with the header specified here.
*)}