toggle menu
pulumi-docker-kotlin
3.6.1.3
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
>
Name of the service
options
Link copied to clipboard
val
options
:
Output
<
Map
<
String
,
String
>
>
?
=
null
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ServiceTaskSpecLogDriverArgs