interface CloudWatchLogsDestinationConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.IVSChat.Mixins.CfnLoggingConfigurationPropsMixin.CloudWatchLogsDestinationConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsivschat/mixins#CfnLoggingConfigurationPropsMixin_CloudWatchLogsDestinationConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.ivschat.mixins.CfnLoggingConfigurationPropsMixin.CloudWatchLogsDestinationConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_ivschat.mixins.CfnLoggingConfigurationPropsMixin.CloudWatchLogsDestinationConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_ivschat » mixins » CfnLoggingConfigurationPropsMixin » 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 { mixins as ivschat_mixins } from '@aws-cdk/mixins-preview/aws-ivschat';
const cloudWatchLogsDestinationConfigurationProperty: ivschat_mixins.CfnLoggingConfigurationPropsMixin.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
(optional)
Name of the Amazon Cloudwatch Logs destination where chat activity will be logged.

.NET
Go
Java
Python
TypeScript