interface CloudWatchLogGroupLogDestinationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lex.CfnBotAlias.CloudWatchLogGroupLogDestinationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslex#CfnBotAlias_CloudWatchLogGroupLogDestinationProperty |
![]() | software.amazon.awscdk.services.lex.CfnBotAlias.CloudWatchLogGroupLogDestinationProperty |
![]() | aws_cdk.aws_lex.CfnBotAlias.CloudWatchLogGroupLogDestinationProperty |
![]() | aws-cdk-lib » aws_lex » CfnBotAlias » CloudWatchLogGroupLogDestinationProperty |
The Amazon CloudWatch Logs log group where the text and metadata logs are delivered.
The log group must exist before you enable logging.
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 cloudWatchLogGroupLogDestinationProperty: lex.CfnBotAlias.CloudWatchLogGroupLogDestinationProperty = {
cloudWatchLogGroupArn: 'cloudWatchLogGroupArn',
logPrefix: 'logPrefix',
};
Properties
Name | Type | Description |
---|---|---|
cloud | string | The Amazon Resource Name (ARN) of the log group where text and metadata logs are delivered. |
log | string | The prefix of the log stream name within the log group that you specified. |
cloudWatchLogGroupArn
Type:
string
The Amazon Resource Name (ARN) of the log group where text and metadata logs are delivered.
logPrefix
Type:
string
The prefix of the log stream name within the log group that you specified.