interface CloudWatchLogsDestinationConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.IVSChat.CfnLoggingConfigurationPropsMixin.CloudWatchLogsDestinationConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsivschat#CfnLoggingConfigurationPropsMixin_CloudWatchLogsDestinationConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.ivschat.CfnLoggingConfigurationPropsMixin.CloudWatchLogsDestinationConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_ivschat.CfnLoggingConfigurationPropsMixin.CloudWatchLogsDestinationConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_ivschat » 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 { aws_ivschat as ivschat } from '@aws-cdk/cfn-property-mixins';
const cloudWatchLogsDestinationConfigurationProperty: ivschat.CfnLoggingConfigurationPropsMixin.CloudWatchLogsDestinationConfigurationProperty = {
logGroupName: 'logGroupName',
};
Properties
| Name | Type | Description |
|---|---|---|
| log | string | ILog | Name of the Amazon Cloudwatch Logs destination where chat activity will be logged. |
logGroupName?
Type:
string | ILog
(optional)
Name of the Amazon Cloudwatch Logs destination where chat activity will be logged.

.NET
Go
Java
Python
TypeScript