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

TestHypervisorConfigurationInput

import type { TestHypervisorConfigurationInput } from "https://aws-api.deno.dev/v0.3/services/backupgateway.ts?docs=full";
interface TestHypervisorConfigurationInput {
GatewayArn: string;
Host: string;
Password?: string | null;
Username?: string | null;
}

§Properties

§
GatewayArn: string
[src]

The Amazon Resource Name (ARN) of the gateway to the hypervisor to test.

§
Host: string
[src]

The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).

§
Password?: string | null
[src]

The password for the hypervisor.

§
Username?: string | null
[src]

The username for the hypervisor.