Amazon App Mesh · Schema

UpdateMeshOutput

MicroservicesNetworkingService Mesh

Properties

Name Type Description
mesh object
View JSON Schema on GitHub

JSON Schema

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