Amazon App Mesh · Schema

VirtualRouterSpec

An object that represents the specification of a virtual router.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
listeners object
View JSON Schema on GitHub

JSON Schema

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