Updates a specified logging configuration.
See https://www.paws-r-sdk.com/docs/ivschat_update_logging_configuration/ for full documentation.
ivschat_update_logging_configuration(
identifier,
name = NULL,
destinationConfiguration = NULL
)
[required] Identifier of the logging configuration to be updated.
Logging-configuration name. The value does not need to be unique.
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
.