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

ImportHypervisorConfigurationInput

import type { ImportHypervisorConfigurationInput } from "https://aws-api.deno.dev/v0.3/services/backupgateway.ts?docs=full";
interface ImportHypervisorConfigurationInput {
Host: string;
KmsKeyArn?: string | null;
Name: string;
Password?: string | null;
Tags?: Tag[] | null;
Username?: string | null;
}

§Properties

§
Host: string
[src]

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

§
KmsKeyArn?: string | null
[src]

The Key Management Service for the hypervisor.

§
Name: string
[src]

The name of the hypervisor.

§
Password?: string | null
[src]

The password for the hypervisor.

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

The tags of the hypervisor configuration to import.

§
Username?: string | null
[src]

The username for the hypervisor.