LogDeliveryConfiguration

Returns the destination, format and type of the logs.

Types

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

Properties

Link copied to clipboard

Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.

Link copied to clipboard

Returns the destination type, either cloudwatch-logs or kinesis-firehose.

Link copied to clipboard

Returns the log format, either JSON or TEXT.

Link copied to clipboard

Refers to slow-log or engine-log.

Link copied to clipboard

Returns an error message for the log delivery configuration.

Link copied to clipboard

Returns the log delivery configuration status. Values are one of enabling | disabling | modifying | active | error

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