Module Values.ResponseHeadersPolicyAccessControlAllowHeadersSource

A 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.

Sourcetype nonrec t = {
  1. quantity : Integer.t;
    (*

    The number of HTTP header names in the list.

    *)
  2. items : AccessControlAllowHeadersList.t;
    (*

    The list of HTTP header names. You can specify * to allow all headers.

    *)
}
Sourceval context_ : string
Sourceval make : quantity:Integer.t -> items:AccessControlAllowHeadersList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Integer.t | `List of [> `String of String_.t ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t