Amazon App Mesh · Schema

MeshStatus

An object that represents the status of a service mesh.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
status object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-meshstatus-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "MeshStatus",
  "description": "An object that represents the status of a service mesh.",
  "type": "object",
  "properties": {
    "status": {}
  }
}