AWS::IVSChat::LoggingConfigurationThe `AWS::IVSChat::LoggingConfiguration` resource specifies an logging configuration that allows clients to store and record sent messages. For more information, see [CreateLoggingConfiguration](https://docs.aws.amazon.com/ivs/latest/ChatAPIReference/API_CreateLoggingConfiguration.html) in the *Amazon Interactive Video Service Chat API Reference* .
import { CfnLoggingConfiguration } from 'aws-cdk-lib/aws-ivschat';Or use the module namespace:
import * as ivschat from 'aws-cdk-lib/aws-ivschat';
// ivschat.CfnLoggingConfigurationConfiguration passed to the constructor as CfnLoggingConfigurationProps.
destinationConfigurationRequiredIResolvable | DestinationConfigurationPropertyThe DestinationConfiguration is a complex type that contains information about where chat content will be logged.
nameOptionalstringLogging-configuration name. The value does not need to be unique.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource. For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivschat-loggingconfiguration-tag.html) .
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-ivschatAWS::IVSChat::LoggingConfiguration