Amazon MediaPackage · JSON Structure

Mediapackage Api Configure Logs Request Structure

the option to configure log subscription.

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

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

Properties

EgressAccessLogs IngressAccessLogs

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-configure-logs-request-structure.json",
  "name": "ConfigureLogsRequest",
  "type": "object",
  "description": "the option to configure log subscription.",
  "properties": {
    "EgressAccessLogs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EgressAccessLogs"
        },
        {
          "xml": {
            "name": "egressAccessLogs"
          }
        }
      ]
    },
    "IngressAccessLogs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IngressAccessLogs"
        },
        {
          "xml": {
            "name": "ingressAccessLogs"
          }
        }
      ]
    }
  }
}