toggle menu
pulumi-docker-kotlin
4.7.0.0
jvm
switch theme
search in API
pulumi-docker-kotlin
/
com.pulumi.docker.kotlin.inputs
/
ServiceTaskSpecLogDriverArgs
Service
Task
Spec
Log
Driver
Args
data
class
ServiceTaskSpecLogDriverArgs
(
val
name
:
Output
<
String
>
,
val
options
:
Output
<
Map
<
String
,
String
>
>
?
=
null
)
:
ConvertibleToJava
<
ServiceTaskSpecLogDriverArgs
>
Members
Constructors
Service
Task
Spec
Log
Driver
Args
Link copied to clipboard
constructor
(
name
:
Output
<
String
>
,
options
:
Output
<
Map
<
String
,
String
>
>
?
=
null
)
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
The logging driver to use
options
Link copied to clipboard
val
options
:
Output
<
Map
<
String
,
String
>
>
?
=
null
The options for the logging driver
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ServiceTaskSpecLogDriverArgs