Module Values.TrustedSignersSource

A list of Amazon Web Services accounts 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 Amazon Web Services accounts in the list are configured as trusted signers. If not, this field is false.

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

    The number of Amazon Web Services accounts in the list.

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

    A list of Amazon Web Services account 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