Skip to contents

Updates the details of a session logger.

See https://www.paws-r-sdk.com/docs/workspacesweb_update_session_logger/ for full documentation.

Usage

workspacesweb_update_session_logger(
  sessionLoggerArn,
  eventFilter = NULL,
  logConfiguration = NULL,
  displayName = NULL
)

Arguments

sessionLoggerArn

[required] The ARN of the session logger to update.

eventFilter

The updated eventFilter.

logConfiguration

The updated logConfiguration.

displayName

The updated display name.