Values.DescribedHostKeySourceThe details for a server host key.
type nonrec t = {arn : Arn.t option;The unique Amazon Resource Name (ARN) for the host key.
*)hostKeyId : HostKeyId.t option;A unique identifier for the host key.
*)hostKeyFingerprint : HostKeyFingerprint.t option;The public key fingerprint, which is a short sequence of bytes used to identify the longer public key.
*)description : HostKeyDescription.t option;The text description for this host key.
*)type_ : HostKeyType.t option;The encryption algorithm that is used for the host key. The Type parameter is specified by using one of the following values: ssh-rsa ssh-ed25519 ecdsa-sha2-nistp256 ecdsa-sha2-nistp384 ecdsa-sha2-nistp521
*)dateImported : DateImported.t option;The date on which the host key was added to the server.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of Arn.t
| `Timestamp of DateImported.t ])
list ]