Amazon Outposts · Schema

UplinkCount

UplinkCount schema from Amazon Outposts

Edge ComputingHybrid CloudInfrastructureOn-Premises
View JSON Schema on GitHub

JSON Schema

openapi-uplink-count-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-uplink-count-schema.json",
  "title": "UplinkCount",
  "description": "UplinkCount schema from Amazon Outposts",
  "type": "string",
  "enum": [
    "UPLINK_COUNT_1",
    "UPLINK_COUNT_2",
    "UPLINK_COUNT_3",
    "UPLINK_COUNT_4",
    "UPLINK_COUNT_5",
    "UPLINK_COUNT_6",
    "UPLINK_COUNT_7",
    "UPLINK_COUNT_8",
    "UPLINK_COUNT_12",
    "UPLINK_COUNT_16"
  ]
}