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

InstanceLimits

import type { InstanceLimits } from "https://aws-api.deno.dev/v0.4/services/es.ts?docs=full";

InstanceLimits represents the list of instance related attributes that are available for given InstanceType.

interface InstanceLimits {
InstanceCountLimits?: InstanceCountLimits | null;
}

§Properties

§
InstanceCountLimits?: InstanceCountLimits | null
[src]