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

CreateKeyPairRequest

import type { CreateKeyPairRequest } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";
interface CreateKeyPairRequest {
keyPairName: string;
tags?: Tag[] | null;
}

§Properties

§
keyPairName: string
[src]

The name for your new key pair.

§
tags?: Tag[] | null
[src]

The tag keys and optional values to add to the resource during create.

Use the TagResource action to tag a resource after it's created.