AWS::IVSChat::LoggingConfiguration DestinationConfiguration - AWS CloudFormation

AWS::IVSChat::LoggingConfiguration DestinationConfiguration

The DestinationConfiguration property type describes a location where chat logs will be stored. Each member represents the configuration of one log destination. For logging, you define only one type of destination.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

Properties

CloudWatchLogs

An Amazon CloudWatch Logs destination configuration where chat activity will be logged.

Required: No

Type: CloudWatchLogsDestinationConfiguration

Update requires: No interruption

Firehose

An Amazon Kinesis Data Firehose destination configuration where chat activity will be logged.

Required: No

Type: FirehoseDestinationConfiguration

Update requires: No interruption

S3

An Amazon S3 destination configuration where chat activity will be logged.

Required: No

Type: S3DestinationConfiguration

Update requires: No interruption