interface TextLogDestinationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lex.CfnBotAlias.TextLogDestinationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslex#CfnBotAlias_TextLogDestinationProperty |
![]() | software.amazon.awscdk.services.lex.CfnBotAlias.TextLogDestinationProperty |
![]() | aws_cdk.aws_lex.CfnBotAlias.TextLogDestinationProperty |
![]() | aws-cdk-lib » aws_lex » CfnBotAlias » 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.CfnBotAlias.TextLogDestinationProperty = {
cloudWatch: {
cloudWatchLogGroupArn: 'cloudWatchLogGroupArn',
logPrefix: 'logPrefix',
},
};
Properties
Name | Type | Description |
---|---|---|
cloud | IResolvable | Cloud | Defines the Amazon CloudWatch Logs log group where text and metadata logs are delivered. |
cloudWatch
Type:
IResolvable
|
Cloud
Defines the Amazon CloudWatch Logs log group where text and metadata logs are delivered.