DestinationConfiguration
A complex type that 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 (for CloudWatch Logs, Kinesis Firehose, or S3).
Contents
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- cloudWatchLogs
-
An Amazon CloudWatch Logs destination configuration where chat activity will be logged.
Type: CloudWatchLogsDestinationConfiguration object
Required: No
- firehose
-
An Amazon Kinesis Data Firehose destination configuration where chat activity will be logged.
Type: FirehoseDestinationConfiguration object
Required: No
- s3
-
An Amazon S3 destination configuration where chat activity will be logged.
Type: S3DestinationConfiguration object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: