Values.ResponseHeadersPolicyAccessControlExposeHeadersSourceA list of HTTP headers that CloudFront includes as values for the Access-Control-Expose-Headers HTTP response header. For more information about the Access-Control-Expose-Headers HTTP response header, see Access-Control-Expose-Headers in the MDN Web Docs.
type nonrec t = {quantity : Integer.t;The number of HTTP headers in the list.
*)items : AccessControlExposeHeadersList.t option;The list of HTTP headers. You can specify * to expose all headers.
*)}