Amazon App Mesh · Schema

AccessLog

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

MicroservicesNetworkingService Mesh

Properties

Name Type Description
file object
View JSON Schema on GitHub

JSON Schema

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