Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ImportKeyPairRequest

import type { ImportKeyPairRequest } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";
interface ImportKeyPairRequest {
keyPairName: string;
publicKeyBase64: string;
}

§Properties

§
keyPairName: string
[src]

The name of the key pair for which you want to import the public key.

§
publicKeyBase64: string
[src]

A base64-encoded public key of the ssh-rsa type.