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

KeyPair

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

Describes an SSH key pair.

interface KeyPair {
arn?: string | null;
createdAt?: Date | number | null;
fingerprint?: string | null;
location?: ResourceLocation | null;
name?: string | null;
resourceType?: ResourceType | null;
supportCode?: string | null;
tags?: Tag[] | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the key pair (e.g., arn:aws:lightsail:us-east-2:123456789101:KeyPair/05859e3d-331d-48ba-9034-12345EXAMPLE).

§
createdAt?: Date | number | null
[src]

The timestamp when the key pair was created (e.g., 1479816991.349).

§
fingerprint?: string | null
[src]

The RSA fingerprint of the key pair.

§
location?: ResourceLocation | null
[src]

The region name and Availability Zone where the key pair was created.

§
name?: string | null
[src]

The friendly name of the SSH key pair.

§
resourceType?: ResourceType | null
[src]

The resource type (usually KeyPair).

§
supportCode?: string | null
[src]

The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.

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

The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer Guide.