Amazon App Mesh · Schema

VirtualServiceSpec

An object that represents the specification of a virtual service.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
provider object
View JSON Schema on GitHub

JSON Schema

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