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

LogSettingsResponse

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

The settings for conversation logs.

interface LogSettingsResponse {
destination?: Destination | null;
kmsKeyArn?: string | null;
logType?: LogType | null;
resourceArn?: string | null;
resourcePrefix?: string | null;
}

§Properties

§
destination?: Destination | null
[src]

The destination where logs are delivered.

§
kmsKeyArn?: string | null
[src]

The Amazon Resource Name (ARN) of the key used to encrypt audio logs in an S3 bucket.

§
logType?: LogType | null
[src]

The type of logging that is enabled.

§
resourceArn?: string | null
[src]

The Amazon Resource Name (ARN) of the CloudWatch Logs log group or S3 bucket where the logs are delivered.

§
resourcePrefix?: string | null
[src]

The resource prefix is the first part of the S3 object key within the S3 bucket that you specified to contain audio logs. For CloudWatch Logs it is the prefix of the log stream name within the log group that you specified.