Learn R Programming

paws.compute (version 0.1.12)

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()

Arguments

Value

A list with the following syntax:

list(
  publicKeyBase64 = "string",
  privateKeyBase64 = "string"
)

Request syntax

svc$download_default_key_pair()