interface TextLogDestinationProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lex.CfnBotAlias.TextLogDestinationProperty |
![]() | software.amazon.awscdk.services.lex.CfnBotAlias.TextLogDestinationProperty |
![]() | aws_cdk.aws_lex.CfnBotAlias.TextLogDestinationProperty |
![]() | @aws-cdk/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 * as lex from '@aws-cdk/aws-lex';
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.