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.3/services/gamelift.ts?docs=full";

The GameLift service limits for an EC2 instance type and current utilization. GameLift allows AWS accounts a maximum number of instances, per instance type, per AWS 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.

Related actions

"DescribeEC2InstanceLimits"

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 AWS account.

§
EC2InstanceType?: EC2InstanceType | null
[src]

The name of an EC2 instance type. See Amazon EC2 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 AWS Region code, such as us-west-2.