Amazon Outposts · JSON Structure

Openapi Update Outpost Input Structure

UpdateOutpostInput schema from Amazon Outposts

Type: object Properties: 3
Edge ComputingHybrid CloudInfrastructureOn-Premises

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

Properties

Name Description 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-update-outpost-input-structure.json",
  "name": "UpdateOutpostInput",
  "description": "UpdateOutpostInput schema from Amazon Outposts",
  "type": "object",
  "properties": {
    "Name": {
      "$ref": "#/components/schemas/OutpostName"
    },
    "Description": {
      "$ref": "#/components/schemas/OutpostDescription"
    },
    "SupportedHardwareType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SupportedHardwareType"
        },
        {
          "description": " The type of hardware for this Outpost. "
        }
      ]
    }
  }
}