Service Task Spec Log Driver Args
data class ServiceTaskSpecLogDriverArgs(val name: Output<String>, val options: Output<Map<String, String>>? = null) : ConvertibleToJava<ServiceTaskSpecLogDriverArgs>
Constructors
Link copied to clipboard
fun ServiceTaskSpecLogDriverArgs(name: Output<String>, options: Output<Map<String, String>>? = null)