lightsail_download_default_key_pair: Downloads the default SSH key pair from the user's account
Description
Downloads the default SSH key pair from the user's account.
Usage
lightsail_download_default_key_pair()
Value
A list with the following syntax:
list(
publicKeyBase64 = "string",
privateKeyBase64 = "string"
)
Request syntax
svc$download_default_key_pair()