Amazon App Mesh · Schema

CreateVirtualServiceInput

MicroservicesNetworkingService Mesh

Properties

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

JSON Schema

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