Configure ingress access logging.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediapackage/refs/heads/main/json-schema/mediapackage-api-ingress-access-logs-schema.json", "title": "IngressAccessLogs", "description": "Configure ingress access logging.", "type": "object", "properties": { "LogGroupName": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "logGroupName" }, "description": "Customize the log group name." } ] } } }