WorkerLogDelivery

Workers can send worker logs to different destination types. This configuration specifies the details of these destinations.

Types

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

Properties

Link copied to clipboard

Details about delivering logs to Amazon CloudWatch Logs.

Link copied to clipboard

Details about delivering logs to Amazon Kinesis Data Firehose.

Link copied to clipboard

Details about delivering logs to Amazon S3.

Functions

Link copied to clipboard
inline fun copy(block: WorkerLogDelivery.Builder.() -> Unit = {}): WorkerLogDelivery
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