An object that represents logging information.
{ "type": "object", "properties": { "accessLog": { "allOf": [ { "$ref": "#/components/schemas/VirtualGatewayAccessLog" }, { "description": "The access log configuration." } ] } }, "description": "An object that represents logging information.", "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-schema/app-mesh-virtual-gateway-logging-schema.json", "title": "VirtualGatewayLogging" }