aws-cdk-lib.aws_lex.CfnBotAlias.AudioLogDestinationProperty

interface AudioLogDestinationProperty

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

Specifies the S3 bucket location where audio logs are stored.

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.CfnBotAlias.AudioLogDestinationProperty = {
  s3Bucket: {
    logPrefix: 'logPrefix',
    s3BucketArn: 's3BucketArn',

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

Properties

NameTypeDescription
s3BucketIResolvable | S3BucketLogDestinationPropertyThe S3 bucket location where audio logs are stored.

s3Bucket

Type: IResolvable | S3BucketLogDestinationProperty

The S3 bucket location where audio logs are stored.