AWS App Mesh · Schema

UntagResourceInput

DeprecatedEnvoyMicroservicesNetworkingService Mesh

Properties

Name Type Description
tagKeys object
View JSON Schema on GitHub

JSON Schema

app-mesh-untag-resource-input-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "tagKeys": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagKeyList"
        },
        {
          "description": "The keys of the tags to be removed."
        }
      ]
    }
  },
  "required": [
    "tagKeys"
  ],
  "description": "<zonbook></zonbook><xhtml></xhtml>",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-schema/app-mesh-untag-resource-input-schema.json",
  "title": "UntagResourceInput"
}