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

VCpuCountRange

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

The minimum and maximum number of vCPUs.

interface VCpuCountRange {
Max?: number | null;
Min?: number | null;
}

§Properties

§
Max?: number | null
[src]

The maximum number of vCPUs. If this parameter is not specified, there is no maximum limit.

§
Min?: number | null
[src]

The minimum number of vCPUs. If the value is 0, there is no minimum limit.