Values.KeyPairSourceDescribes an SSH key pair.
type nonrec t = {name : ResourceName.t option;The friendly name of the SSH key pair.
*)arn : NonEmptyString.t option;The Amazon Resource Name (ARN) of the key pair (arn:aws:lightsail:us-east-2:123456789101:KeyPair/05859e3d-331d-48ba-9034-12345EXAMPLE).
*)supportCode : String_.t option;The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.
*)createdAt : IsoDate.t option;The timestamp when the key pair was created (1479816991.349).
*)location : ResourceLocation.t option;The region name and Availability Zone where the key pair was created.
*)resourceType : ResourceType.t option;The resource type (usually KeyPair).
*)fingerprint : Base64.t option;The RSA fingerprint of the key pair.
*)}