Amazon Outposts · JSON Structure

Openapi Instance Type Item Structure

Information about an instance type.

Type: object Properties: 1
Edge ComputingHybrid CloudInfrastructureOn-Premises

InstanceTypeItem is a JSON Structure definition published by Amazon Outposts, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

InstanceType

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-outposts/refs/heads/main/json-structure/openapi-instance-type-item-structure.json",
  "name": "InstanceTypeItem",
  "description": "Information about an instance type.",
  "type": "object",
  "properties": {
    "InstanceType": {
      "$ref": "#/components/schemas/InstanceType"
    }
  }
}