Amazon Directory Service · JSON Structure

Amazon Directory Service Log Subscription Structure

Represents a log subscription, which tracks real-time data from a chosen log group to a specified destination.

Type: object Properties: 3
Active DirectoryAuthenticationDirectory ServicesIdentity Management

Amazon Directory Service Log Subscription Structure is a JSON Structure definition published by Amazon Directory Service, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

DirectoryId LogGroupName SubscriptionCreatedDateTime

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-directory-service/refs/heads/main/json-structure/amazon-directory-service-log-subscription-structure.json",
  "title": "LogSubscription",
  "description": "Represents a log subscription, which tracks real-time data from a chosen log group to a specified destination.",
  "type": "object",
  "properties": {
    "DirectoryId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DirectoryId"
        },
        {
          "description": "Identifier (ID) of the directory that you want to associate with the log subscription."
        }
      ]
    },
    "LogGroupName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LogGroupName"
        },
        {
          "description": "The name of the log group."
        }
      ]
    },
    "SubscriptionCreatedDateTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SubscriptionCreatedDateTime"
        },
        {
          "description": "The date and time that the log subscription was created."
        }
      ]
    }
  }
}