Amazon App Mesh · Schema

Backend

An object that represents the backends that a virtual node is expected to send outbound traffic to.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
virtualService object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-backend-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Backend",
  "description": "An object that represents the backends that a virtual node is expected to send outbound traffic to.",
  "type": "object",
  "properties": {
    "virtualService": {}
  }
}