ServiceLogConfigurationArgs

data class ServiceLogConfigurationArgs(val logDriver: Output<String>? = null, val options: Output<Any>? = null, val secretOptions: Output<List<ServiceSecretArgs>>? = null) : ConvertibleToJava<ServiceLogConfigurationArgs>

Constructors

Link copied to clipboard
fun ServiceLogConfigurationArgs(logDriver: Output<String>? = null, options: Output<Any>? = null, secretOptions: Output<List<ServiceSecretArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val logDriver: Output<String>? = null
Link copied to clipboard
val options: Output<Any>? = null
Link copied to clipboard
val secretOptions: Output<List<ServiceSecretArgs>>? = null