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

SendSerialConsoleSSHPublicKeyRequest

import type { SendSerialConsoleSSHPublicKeyRequest } from "https://aws-api.deno.dev/v0.3/services/ec2instanceconnect.ts?docs=full";
interface SendSerialConsoleSSHPublicKeyRequest {
InstanceId: string;
SerialPort?: number | null;
SSHPublicKey: string;
}

§Properties

§
InstanceId: string
[src]

The ID of the EC2 instance.

§
SerialPort?: number | null
[src]

The serial port of the EC2 instance. Currently only port 0 is supported.

Default: 0

§
SSHPublicKey: string
[src]

The public key material. To use the public key, you must have the matching private key. For information about the supported key formats and lengths, see Requirements for key pairs in the Amazon EC2 User Guide.