Amazon App Mesh · Schema

VirtualGatewayAccessLog

The access log configuration for a virtual gateway.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
file object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-virtualgatewayaccesslog-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "VirtualGatewayAccessLog",
  "description": "The access log configuration for a virtual gateway.",
  "type": "object",
  "properties": {
    "file": {}
  }
}