CloudWatchLogConfiguration

Holds CloudWatch log configuration settings and metadata that specify settings like log files to monitor and where to send them.

Types

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

Properties

Link copied to clipboard

Specifies if CloudWatch logging is enabled.

Link copied to clipboard

The ARN of the encryption key used to encrypt the logs.

Link copied to clipboard

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

Link copied to clipboard

The prefix of the log stream name.

Link copied to clipboard

A map of log types to file names for publishing logs to the standard output or standard error streams for CloudWatch. Valid log types include STEP_LOGS, SPARK_DRIVER, and SPARK_EXECUTOR. Valid file names for each type include STDOUT and STDERR.

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