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

DownloadDefaultKeyPairResult

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

§Properties

§
privateKeyBase64?: string | null
[src]

A base64-encoded RSA private key.

§
publicKeyBase64?: string | null
[src]

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