Amazon App Mesh · Schema

UntagResourceInput

MicroservicesNetworkingService Mesh

Properties

Name Type Description
tagKeys object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-untagresourceinput-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "UntagResourceInput",
  "description": "<zonbook></zonbook><xhtml></xhtml>",
  "type": "object",
  "properties": {
    "tagKeys": {}
  },
  "required": [
    "tagKeys"
  ]
}