CreateSessionLoggerRequest
Types
Properties
Link copied to clipboard
The additional encryption context of the session logger.
Link copied to clipboard
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.
Link copied to clipboard
The custom managed key of the session logger.
Link copied to clipboard
The human-readable display name for the session logger resource.
Link copied to clipboard
The filter that specifies the events to monitor.
Link copied to clipboard
The configuration that specifies where logs are delivered.
Functions
Link copied to clipboard
inline fun copy(block: CreateSessionLoggerRequest.Builder.() -> Unit = {}): CreateSessionLoggerRequest