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

ConversationLogsRequest

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

Provides the settings needed for conversation logs.

interface ConversationLogsRequest {
iamRoleArn: string;
logSettings: LogSettingsRequest[];
}

§Properties

§
iamRoleArn: string
[src]

The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. If audio encryption is enabled, this role also provides access permission for the AWS KMS key used for encrypting audio logs. For more information, see Creating an IAM Role and Policy for Conversation Logs.

§

The settings for your conversation logs. You can log the conversation text, conversation audio, or both.