Service Log Configuration Args
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)