ServiceServiceConnectConfigurationLogConfiguration

data class ServiceServiceConnectConfigurationLogConfiguration(val logDriver: String? = null, val options: Map<String, String>? = null, val secretOptions: List<ServiceServiceConnectConfigurationLogConfigurationSecretOption>? = null)

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val logDriver: String? = null

The log driver to use for the container.

Link copied to clipboard
val options: Map<String, String>? = null

The configuration options to send to the log driver.

Link copied to clipboard

The secrets to pass to the log configuration. See below.