Values.PublicKeySourceA 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 = {id : String_.t option;The identifier of the public key.
*)createdTime : Timestamp.t option;The date and time when the public key was uploaded.
*)publicKeyConfig : PublicKeyConfig.t option;Configuration information about a public key that you can use with signed URLs and signed cookies, or with field-level encryption.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Structure of (string * [> `String of String_.t ]) list
| `Timestamp of Timestamp.t ])
list ]