SessionCloudWatchLoggingConfiguration

The CloudWatch Logs configuration for a session.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether CloudWatch Logs is enabled for the session.

Link copied to clipboard

The Amazon Resource Name (ARN) of the KMS key used to encrypt the logs published to CloudWatch Logs.

Link copied to clipboard

The name of the log group where session logs are published.

Link copied to clipboard

The prefix applied to the log stream name where session logs are published.

Link copied to clipboard

A map of log component names (for example, SPARK_DRIVER, SPARK_EXECUTOR) to the list of log types to publish for that component (for example, stdout, stderr).

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String