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