SessionS3LoggingConfiguration

The Amazon S3 logging configuration for a session.

Types

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

Properties

Link copied to clipboard

Whether Amazon S3 logging is enabled for the session.

Link copied to clipboard

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

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).

Link copied to clipboard

The Amazon S3 destination URI where session logs are published.

Functions

Link copied to clipboard
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