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

EC2InstanceLimit

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

The GameLift service limits for an Amazon EC2 instance type and current utilization. GameLift allows Amazon Web Services accounts a maximum number of instances, per instance type, per Amazon Web Services Region or location, for use with GameLift. You can request an limit increase for your account by using the Service limits page in the GameLift console.

interface EC2InstanceLimit {
CurrentInstances?: number | null;
EC2InstanceType?: EC2InstanceType | null;
InstanceLimit?: number | null;
Location?: string | null;
}

§Properties

§
CurrentInstances?: number | null
[src]

The number of instances for the specified type and location that are currently being used by the Amazon Web Services account.

§
EC2InstanceType?: EC2InstanceType | null
[src]

The name of an Amazon EC2 instance type. See Amazon Elastic Compute Cloud Instance Types for detailed descriptions.

§
InstanceLimit?: number | null
[src]

The number of instances that is allowed for the specified instance type and location.

§
Location?: string | null
[src]

An Amazon Web Services Region code, such as us-west-2.