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

CloudWatchLogGroupLogDestination

import type { CloudWatchLogGroupLogDestination } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";

The Amazon CloudWatch Logs log group where the text and metadata logs are delivered. The log group must exist before you enable logging.

interface CloudWatchLogGroupLogDestination {
cloudWatchLogGroupArn: string;
logPrefix: string;
}

§Properties

§
cloudWatchLogGroupArn: string
[src]

The Amazon Resource Name (ARN) of the log group where text and metadata logs are delivered.

§
logPrefix: string
[src]

The prefix of the log stream name within the log group that you specified