Amazon App Mesh · Schema

Logging

An object that represents the logging information for a virtual node.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
accessLog object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-logging-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Logging",
  "description": "An object that represents the logging information for a virtual node.",
  "type": "object",
  "properties": {
    "accessLog": {}
  }
}