Values.ResponseHeadersPolicyAccessControlAllowOriginsSourceA list of origins (domain names) that CloudFront can use as the value for the Access-Control-Allow-Origin HTTP response header. For more information about the Access-Control-Allow-Origin HTTP response header, see Access-Control-Allow-Origin in the MDN Web Docs.
type nonrec t = {quantity : Integer.t;The number of origins in the list.
*)items : AccessControlAllowOriginsList.t;The list of origins (domain names). You can specify * to allow all origins.
*)}