Amazon App Mesh · Schema

MeshData

An object that represents a service mesh returned by a describe operation.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
meshName object
metadata object
spec object
status object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-meshdata-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "MeshData",
  "description": "An object that represents a service mesh returned by a describe operation.",
  "type": "object",
  "properties": {
    "meshName": {},
    "metadata": {},
    "spec": {},
    "status": {}
  },
  "required": [
    "meshName",
    "metadata",
    "spec",
    "status"
  ]
}