Amazon App Mesh · Schema

VirtualNodeStatus

An object that represents the current status of the virtual node.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
status object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-virtualnodestatus-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "VirtualNodeStatus",
  "description": "An object that represents the current status of the virtual node.",
  "type": "object",
  "properties": {
    "status": {}
  },
  "required": [
    "status"
  ]
}