aws-cdk-lib.aws_lex.CfnBot.AudioLogDestinationProperty

interface AudioLogDestinationProperty

LanguageType name
.NETAmazon.CDK.AWS.Lex.CfnBot.AudioLogDestinationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslex#CfnBot_AudioLogDestinationProperty
Javasoftware.amazon.awscdk.services.lex.CfnBot.AudioLogDestinationProperty
Pythonaws_cdk.aws_lex.CfnBot.AudioLogDestinationProperty
TypeScript aws-cdk-lib » aws_lex » CfnBot » AudioLogDestinationProperty

The location of audio log files collected when conversation logging is enabled for a bot.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_lex as lex } from 'aws-cdk-lib';
const audioLogDestinationProperty: lex.CfnBot.AudioLogDestinationProperty = {
  s3Bucket: {
    logPrefix: 'logPrefix',
    s3BucketArn: 's3BucketArn',

    // the properties below are optional
    kmsKeyArn: 'kmsKeyArn',
  },
};

Properties

NameTypeDescription
s3BucketIResolvable | S3BucketLogDestinationPropertySpecifies the Amazon S3 bucket where the audio files are stored.

s3Bucket

Type: IResolvable | S3BucketLogDestinationProperty

Specifies the Amazon S3 bucket where the audio files are stored.