Amazon GameLift · JSON Structure

Gamelift Describe Ec2 Instance Limits Input Structure

DescribeEC2InstanceLimitsInput schema from Amazon GameLift API

Type: object Properties: 2
Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

DescribeEC2InstanceLimitsInput is a JSON Structure definition published by Amazon GameLift, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

EC2InstanceType Location

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-structure/gamelift-describe-ec2-instance-limits-input-structure.json",
  "name": "DescribeEC2InstanceLimitsInput",
  "description": "DescribeEC2InstanceLimitsInput schema from Amazon GameLift API",
  "type": "object",
  "properties": {
    "EC2InstanceType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EC2InstanceType"
        },
        {
          "description": "Name of an Amazon EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. Do not specify a value for this parameter to retrieve limits for all instance types."
        }
      ]
    },
    "Location": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LocationStringModel"
        },
        {
          "description": "The name of a remote location to request instance limits for, in the form of an Amazon Web Services Region code such as <code>us-west-2</code>."
        }
      ]
    }
  }
}