Amazon Outposts · Schema

InstanceTypeItem

Information about an instance type.

Edge ComputingHybrid CloudInfrastructureOn-Premises

Properties

Name Type Description
InstanceType object
View JSON Schema on GitHub

JSON Schema

openapi-instance-type-item-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-outposts/refs/heads/main/json-schema/openapi-instance-type-item-schema.json",
  "title": "InstanceTypeItem",
  "description": "Information about an instance type.",
  "type": "object",
  "properties": {
    "InstanceType": {
      "$ref": "#/components/schemas/InstanceType"
    }
  }
}