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

S3BucketLogDestination

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

Specifies an Amazon S3 bucket for logging audio conversations

interface S3BucketLogDestination {
kmsKeyArn?: string | null;
logPrefix: string;
s3BucketArn: string;
}

§Properties

§
kmsKeyArn?: string | null
[src]

The Amazon Resource Name (ARN) of an AWS Key Management Service (KMS) key for encrypting audio log files stored in an S3 bucket.

§
logPrefix: string
[src]

The S3 prefix to assign to audio log files.

§
s3BucketArn: string
[src]

The Amazon Resource Name (ARN) of an Amazon S3 bucket where audio log files are stored.