Amazon Outposts · JSON Structure

Openapi Catalog Item Structure

Information about a catalog item.

Type: object Properties: 7
Edge ComputingHybrid CloudInfrastructureOn-Premises

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

Properties

CatalogItemId ItemStatus EC2Capacities PowerKva WeightLbs SupportedUplinkGbps SupportedStorage

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-catalog-item-structure.json",
  "name": "CatalogItem",
  "description": " Information about a catalog item. ",
  "type": "object",
  "properties": {
    "CatalogItemId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SkuCode"
        },
        {
          "description": " The ID of the catalog item. "
        }
      ]
    },
    "ItemStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CatalogItemStatus"
        },
        {
          "description": " The status of a catalog item. "
        }
      ]
    },
    "EC2Capacities": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EC2CapacityListDefinition"
        },
        {
          "description": " Information about the EC2 capacity of an item. "
        }
      ]
    },
    "PowerKva": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CatalogItemPowerKva"
        },
        {
          "description": " Information about the power draw of an item. "
        }
      ]
    },
    "WeightLbs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CatalogItemWeightLbs"
        },
        {
          "description": " The weight of the item in pounds. "
        }
      ]
    },
    "SupportedUplinkGbps": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SupportedUplinkGbpsListDefinition"
        },
        {
          "description": " The uplink speed this catalog item requires for the connection to the Region. "
        }
      ]
    },
    "SupportedStorage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SupportedStorageList"
        },
        {
          "description": " The supported storage options for the catalog item. "
        }
      ]
    }
  }
}