aws-cdk-lib.aws_lex.CfnBot.TextLogDestinationProperty

interface TextLogDestinationProperty

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

Defines the Amazon CloudWatch Logs destination log group for conversation text logs.

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 textLogDestinationProperty: lex.CfnBot.TextLogDestinationProperty = {
  cloudWatch: {
    cloudWatchLogGroupArn: 'cloudWatchLogGroupArn',
    logPrefix: 'logPrefix',
  },
};

Properties

NameTypeDescription
cloudWatchIResolvable | CloudWatchLogGroupLogDestinationPropertyDefines the Amazon CloudWatch Logs log group where text and metadata logs are delivered.

cloudWatch

Type: IResolvable | CloudWatchLogGroupLogDestinationProperty

Defines the Amazon CloudWatch Logs log group where text and metadata logs are delivered.