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

HostProperties

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

Describes the properties of a Dedicated Host.

interface HostProperties {
Cores?: number | null;
InstanceFamily?: string | null;
InstanceType?: string | null;
Sockets?: number | null;
TotalVCpus?: number | null;
}

§Properties

§
Cores?: number | null
[src]

The number of cores on the Dedicated Host.

§
InstanceFamily?: string | null
[src]

The instance family supported by the Dedicated Host. For example, m5.

§
InstanceType?: string | null
[src]

The instance type supported by the Dedicated Host. For example, m5.large. If the host supports multiple instance types, no instanceType is returned.

§
Sockets?: number | null
[src]

The number of sockets on the Dedicated Host.

§
TotalVCpus?: number | null
[src]

The total number of vCPUs on the Dedicated Host.