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

CreateLogSubscriptionRequest

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

§Properties

§
DirectoryId: string
[src]

Identifier of the directory to which you want to subscribe and receive real-time logs to your specified CloudWatch log group.

§
LogGroupName: string
[src]

The name of the CloudWatch log group where the real-time domain controller logs are forwarded.