Module Values.KGKeyPairIdsSource

A list of identifiers for the public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies.

Sourcetype nonrec t = {
  1. keyGroupId : String_.t option;
    (*

    The identifier of the key group that contains the public keys.

    *)
  2. keyPairIds : KeyPairIds.t option;
}
Sourceval make : ?keyGroupId:??? -> ?keyPairIds:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `Integer of Integer.t | `List of [> `String of String_.t ] list ]) 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