Amazon App Mesh · Schema

VirtualGatewayFileAccessLog

An object that represents an access log file.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
format object
path object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-virtualgatewayfileaccesslog-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "VirtualGatewayFileAccessLog",
  "description": "An object that represents an access log file.",
  "type": "object",
  "properties": {
    "format": {},
    "path": {}
  },
  "required": [
    "path"
  ]
}