Values.ResponseHeadersPolicyAccessControlAllowMethodsSourceA list of HTTP methods that CloudFront includes as values for the Access-Control-Allow-Methods HTTP response header. For more information about the Access-Control-Allow-Methods HTTP response header, see Access-Control-Allow-Methods in the MDN Web Docs.
type nonrec t = {quantity : Integer.t;The number of HTTP methods in the list.
*)items : AccessControlAllowMethodsList.t;The list of HTTP methods. Valid values are: GET DELETE HEAD OPTIONS PATCH POST PUT ALL ALL is a special value that includes all of the listed HTTP methods.
*)}