interface CloudWatchLogsDestinationConfigurationProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.IVSChat.CfnLoggingConfiguration.CloudWatchLogsDestinationConfigurationProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsivschat#CfnLoggingConfiguration_CloudWatchLogsDestinationConfigurationProperty | 
|  Java | software.amazon.awscdk.services.ivschat.CfnLoggingConfiguration.CloudWatchLogsDestinationConfigurationProperty | 
|  Python | aws_cdk.aws_ivschat.CfnLoggingConfiguration.CloudWatchLogsDestinationConfigurationProperty | 
|  TypeScript | aws-cdk-lib»aws_ivschat»CfnLoggingConfiguration»CloudWatchLogsDestinationConfigurationProperty | 
The CloudWatchLogsDestinationConfiguration property type specifies a CloudWatch Logs location where chat logs will be stored.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ivschat as ivschat } from 'aws-cdk-lib';
const cloudWatchLogsDestinationConfigurationProperty: ivschat.CfnLoggingConfiguration.CloudWatchLogsDestinationConfigurationProperty = {
  logGroupName: 'logGroupName',
};
Properties
| Name | Type | Description | 
|---|---|---|
| log | string | Name of the Amazon Cloudwatch Logs destination where chat activity will be logged. | 
logGroupName
Type:
string
Name of the Amazon Cloudwatch Logs destination where chat activity will be logged.
