Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

LogSubscription

import type { LogSubscription } from "https://aws-api.deno.dev/v0.3/services/directoryservice.ts?docs=full";

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

interface LogSubscription {
DirectoryId?: string | null;
LogGroupName?: string | null;
SubscriptionCreatedDateTime?: Date | number | null;
}

§Properties

§
DirectoryId?: string | null
[src]

Identifier (ID) of the directory that you want to associate with the log subscription.

§
LogGroupName?: string | null
[src]

The name of the log group.

§
SubscriptionCreatedDateTime?: Date | number | null
[src]

The date and time that the log subscription was created.