paws.compute (version 0.1.0)

lightsail_import_key_pair: Imports a public SSH key from a specific key pair

Description

Imports a public SSH key from a specific key pair.

Usage

lightsail_import_key_pair(keyPairName, publicKeyBase64)

Arguments

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 ssh-rsa type.

Request syntax

svc$import_key_pair(
  keyPairName = "string",
  publicKeyBase64 = "string"
)