interface CloudWatchLogsDestinationConfigurationProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IVSChat.CfnLoggingConfiguration.CloudWatchLogsDestinationConfigurationProperty |
![]() | software.amazon.awscdk.services.ivschat.CfnLoggingConfiguration.CloudWatchLogsDestinationConfigurationProperty |
![]() | aws_cdk.aws_ivschat.CfnLoggingConfiguration.CloudWatchLogsDestinationConfigurationProperty |
![]() | @aws-cdk/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 * as ivschat from '@aws-cdk/aws-ivschat';
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.