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