Values.PlaybackKeyPairSourceA key pair used to sign and validate a playback authorization token.
type nonrec t = {arn : PlaybackKeyPairArn.t option;Key-pair ARN.
*)name : PlaybackKeyPairName.t option;Playback-key-pair name. The value does not need to be unique.
*)fingerprint : PlaybackKeyPairFingerprint.t option;Key-pair identifier.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of PlaybackKeyPairArn.t ])
list ]