Values.PublicKeySourceObject specifying a public key used to sign stage participant tokens.
type nonrec t = {arn : PublicKeyArn.t option;Public key ARN.
*)name : PublicKeyName.t option;Public key name.
*)publicKeyMaterial : PublicKeyMaterial.t option;Public key material.
*)fingerprint : PublicKeyFingerprint.t option;The public key fingerprint, a short string used to identify or verify the full public key.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of PublicKeyArn.t ])
list ]