Creates a session logger
Source:R/workspacesweb_operations.R
workspacesweb_create_session_logger.RdCreates a session logger.
See https://www.paws-r-sdk.com/docs/workspacesweb_create_session_logger/ for full documentation.
Usage
workspacesweb_create_session_logger(
eventFilter,
logConfiguration,
displayName = NULL,
customerManagedKey = NULL,
additionalEncryptionContext = NULL,
tags = NULL,
clientToken = NULL
)Arguments
- eventFilter
[required] The filter that specifies the events to monitor.
- logConfiguration
[required] The configuration that specifies where logs are delivered.
- displayName
The human-readable display name for the session logger resource.
- customerManagedKey
The custom managed key of the session logger.
- additionalEncryptionContext
The additional encryption context of the session logger.
The tags to add to the session logger.
- clientToken
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request. If you do not specify a client token, one is automatically generated by the AWS SDK.