aws-cdk-lib.aws_ivschat.CfnLoggingConfiguration.CloudWatchLogsDestinationConfigurationProperty

interface CloudWatchLogsDestinationConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.IVSChat.CfnLoggingConfiguration.CloudWatchLogsDestinationConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsivschat#CfnLoggingConfiguration_CloudWatchLogsDestinationConfigurationProperty
Javasoftware.amazon.awscdk.services.ivschat.CfnLoggingConfiguration.CloudWatchLogsDestinationConfigurationProperty
Pythonaws_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

NameTypeDescription
logGroupNamestringName 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.