interface TextLogDestinationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Lex.CfnBotAlias.TextLogDestinationProperty |
Java | software.amazon.awscdk.services.lex.CfnBotAlias.TextLogDestinationProperty |
Python | aws_cdk.aws_lex.CfnBotAlias.TextLogDestinationProperty |
TypeScript | @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.