Values.KeyGroupConfigSourceA key group configuration. A key group contains a list of public keys that you can use with CloudFront signed URLs and signed cookies.
type nonrec t = {name : String_.t;A name to identify the key group.
*)items : PublicKeyIdList.t;A list of the identifiers of the public keys in the key group.
*)comment : String_.t option;A comment to describe the key group. The comment cannot be longer than 128 characters.
*)}