Amazon App Mesh · Schema

CreateMeshInput

MicroservicesNetworkingService Mesh

Properties

Name Type Description
clientToken object
meshName object
spec object
tags object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-createmeshinput-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CreateMeshInput",
  "description": "<zonbook></zonbook><xhtml></xhtml>",
  "type": "object",
  "properties": {
    "clientToken": {},
    "meshName": {},
    "spec": {},
    "tags": {}
  },
  "required": [
    "meshName"
  ]
}