EnableLoggingResponse

Describes the status of logging for a cluster.

Types

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

Properties

Link copied to clipboard

The name of the S3 bucket where the log files are stored.

Link copied to clipboard

The message indicating that logs failed to be delivered.

Link copied to clipboard

The last time when logs failed to be delivered.

Link copied to clipboard

The last time that logs were delivered.

Link copied to clipboard

The log destination type. An enum with possible values of s3 and cloudwatch.

Link copied to clipboard

The collection of exported log types. Possible values are connectionlog, useractivitylog, and userlog.

Link copied to clipboard

true if logging is on, false if logging is off.

Link copied to clipboard

The prefix applied to the log file names.

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