View source: R/lightsail_operations.R
lightsail_import_key_pair | R Documentation |
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)
keyPairName |
[required] The name of the key pair for which you want to import the public key. |
publicKeyBase64 |
[required] A base64-encoded public key of the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.