Values.PublicKeyConfigSourceConfiguration information about a public key that you can use with signed URLs and signed cookies, or with field-level encryption. CloudFront supports signed URLs and signed cookies with RSA 2048 or ECDSA 256 key signatures. Field-level encryption is only compatible with RSA 2048 key signatures.
type nonrec t = {callerReference : String_.t;A string included in the request to help make sure that the request can't be replayed.
*)name : String_.t;A name to help identify the public key.
*)encodedKey : String_.t;The public key that you can use with signed URLs and signed cookies, or with field-level encryption.
*)comment : String_.t option;A comment to describe the public key. The comment cannot be longer than 128 characters.
*)}