Values.CreateLoggingConfigurationRequestSourceCreates a logging configuration that allows clients to store and record sent messages.
type nonrec t = {name : LoggingConfigurationName.t option;Logging-configuration name. The value does not need to be unique.
*)destinationConfiguration : DestinationConfiguration.t;A complex type that contains a destination configuration for where chat content will be logged. There can be only one type of destination (cloudWatchLogs, firehose, or s3) in a destinationConfiguration.
*)}val make :
?name:??? ->
?tags:??? ->
destinationConfiguration:DestinationConfiguration.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of LoggingConfigurationName.t
| `Structure of
(string
* [> `Structure of (string * [> `String of BucketName.t ]) list ])
list ])
list ]