Amazon Outposts · Schema

Outpost

Information about an Outpost.

Edge ComputingHybrid CloudInfrastructureOn-Premises

Properties

Name Type Description
OutpostId object
OwnerId object
OutpostArn object
SiteId object
Name object
Description object
LifeCycleStatus object
AvailabilityZone object
AvailabilityZoneId object
Tags object
SiteArn object
SupportedHardwareType object
View JSON Schema on GitHub

JSON Schema

openapi-outpost-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-outpost-schema.json",
  "title": "Outpost",
  "description": "Information about an Outpost.",
  "type": "object",
  "properties": {
    "OutpostId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OutpostId"
        },
        {
          "description": " The ID of the Outpost. "
        }
      ]
    },
    "OwnerId": {
      "$ref": "#/components/schemas/OwnerId"
    },
    "OutpostArn": {
      "$ref": "#/components/schemas/OutpostArn"
    },
    "SiteId": {
      "$ref": "#/components/schemas/SiteId"
    },
    "Name": {
      "$ref": "#/components/schemas/OutpostName"
    },
    "Description": {
      "$ref": "#/components/schemas/OutpostDescription"
    },
    "LifeCycleStatus": {
      "$ref": "#/components/schemas/LifeCycleStatus"
    },
    "AvailabilityZone": {
      "$ref": "#/components/schemas/AvailabilityZone"
    },
    "AvailabilityZoneId": {
      "$ref": "#/components/schemas/AvailabilityZoneId"
    },
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagMap"
        },
        {
          "description": "The Outpost tags."
        }
      ]
    },
    "SiteArn": {
      "$ref": "#/components/schemas/SiteArn"
    },
    "SupportedHardwareType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SupportedHardwareType"
        },
        {
          "description": " The hardware type. "
        }
      ]
    }
  }
}