Amazon Outposts · Schema

TagResourceRequest

TagResourceRequest schema from Amazon Outposts

Edge ComputingHybrid CloudInfrastructureOn-Premises

Properties

Name Type Description
Tags object
View JSON Schema on GitHub

JSON Schema

openapi-tag-resource-request-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-tag-resource-request-schema.json",
  "title": "TagResourceRequest",
  "description": "TagResourceRequest schema from Amazon Outposts",
  "type": "object",
  "properties": {
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagMap"
        },
        {
          "description": "The tags to add to the resource."
        }
      ]
    }
  },
  "required": [
    "Tags"
  ]
}