Module Values.TrustedKeyGroupsSource

A list of key groups whose public keys CloudFront can use to verify the signatures of signed URLs and signed cookies.

Sourcetype nonrec t = {
  1. enabled : Boolean.t;
    (*

    This field is true if any of the key groups in the list have public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies. If not, this field is false.

    *)
  2. quantity : Integer.t;
    (*

    The number of key groups in the list.

    *)
  3. items : TrustedKeyGroupIdList.t option;
    (*

    A list of key groups identifiers.

    *)
}
Sourceval context_ : string
Sourceval make : ?items:??? -> enabled:Boolean.t -> quantity:Integer.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `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