Amazon Outposts · JSON Structure

Openapi Get Outpost Instance Types Output Structure

GetOutpostInstanceTypesOutput schema from Amazon Outposts

Type: object Properties: 4
Edge ComputingHybrid CloudInfrastructureOn-Premises

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

Properties

InstanceTypes NextToken OutpostId OutpostArn

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-get-outpost-instance-types-output-structure.json",
  "name": "GetOutpostInstanceTypesOutput",
  "description": "GetOutpostInstanceTypesOutput schema from Amazon Outposts",
  "type": "object",
  "properties": {
    "InstanceTypes": {
      "$ref": "#/components/schemas/InstanceTypeListDefinition"
    },
    "NextToken": {
      "$ref": "#/components/schemas/Token"
    },
    "OutpostId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OutpostId"
        },
        {
          "description": " The ID of the Outpost. "
        }
      ]
    },
    "OutpostArn": {
      "$ref": "#/components/schemas/OutpostArn"
    }
  }
}