ivschat_update_logging_configuration {paws.end.user.computing}R Documentation

Updates a specified logging configuration

Description

Updates 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, or s3) in a destinationConfiguration.


[Package paws.end.user.computing version 0.7.0 Index]