ConnectorLogDeliveryArgs

data class ConnectorLogDeliveryArgs(val workerLogDelivery: Output<ConnectorWorkerLogDeliveryArgs>) : ConvertibleToJava<ConnectorLogDeliveryArgs>

Details of what logs are delivered and where they are delivered.

Constructors

Link copied to clipboard
constructor(workerLogDelivery: Output<ConnectorWorkerLogDeliveryArgs>)

Properties

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): ConnectorLogDeliveryArgs