Amazon Outposts · JSON Structure

Openapi Create Outpost Input Structure

CreateOutpostInput schema from Amazon Outposts

Type: object Properties: 7 Required: 2
Edge ComputingHybrid CloudInfrastructureOn-Premises

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

Properties

Name Description SiteId AvailabilityZone AvailabilityZoneId Tags SupportedHardwareType

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-create-outpost-input-structure.json",
  "name": "CreateOutpostInput",
  "description": "CreateOutpostInput schema from Amazon Outposts",
  "type": "object",
  "properties": {
    "Name": {
      "$ref": "#/components/schemas/OutpostName"
    },
    "Description": {
      "$ref": "#/components/schemas/OutpostDescription"
    },
    "SiteId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SiteId"
        },
        {
          "description": " The ID or the Amazon Resource Name (ARN) of the site. "
        }
      ]
    },
    "AvailabilityZone": {
      "$ref": "#/components/schemas/AvailabilityZone"
    },
    "AvailabilityZoneId": {
      "$ref": "#/components/schemas/AvailabilityZoneId"
    },
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagMap"
        },
        {
          "description": "The tags to apply to the Outpost."
        }
      ]
    },
    "SupportedHardwareType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SupportedHardwareType"
        },
        {
          "description": " The type of hardware for this Outpost. "
        }
      ]
    }
  },
  "required": [
    "Name",
    "SiteId"
  ]
}