AWS App Mesh · JSON Structure

App Mesh Access Log Structure

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

Type: object Properties: 1
DeprecatedEnvoyMicroservicesNetworkingService Mesh

AccessLog is a JSON Structure definition published by AWS App Mesh, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

file

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "file": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FileAccessLog"
        },
        {
          "description": "The file object to send virtual node access logs to."
        }
      ]
    }
  },
  "description": "An object that represents the access logging information for a virtual node.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-structure/app-mesh-access-log-structure.json",
  "name": "AccessLog"
}