Amazon MediaPackage · JSON Structure

Mediapackage Api Ingress Access Logs Structure

Configure ingress access logging.

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

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

Properties

LogGroupName

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

JSON Structure

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