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

VCpuCountRangeRequest

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

The minimum and maximum number of vCPUs.

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

§Properties

§
Max?: number | null
[src]

The maximum number of vCPUs. To specify no maximum limit, omit this parameter.

§
Min: number
[src]

The minimum number of vCPUs. To specify no minimum limit, specify 0.