Imports a public SSH key from a specific key pair.
See https://www.paws-r-sdk.com/docs/lightsail_import_key_pair/ for full documentation.
lightsail_import_key_pair(keyPairName, publicKeyBase64)
[required] The name of the key pair for which you want to import the public key.
[required] A base64-encoded public key of the ssh-rsa
type.