toggle menu
pulumi-docker-kotlin
4.7.0.0
jvm
switch theme
search in API
pulumi-docker-kotlin
/
com.pulumi.docker.kotlin.inputs
/
ContainerLabelArgs
Container
Label
Args
data
class
ContainerLabelArgs
(
val
label
:
Output
<
String
>
,
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
ContainerLabelArgs
>
Members
Constructors
Container
Label
Args
Link copied to clipboard
constructor
(
label
:
Output
<
String
>
,
value
:
Output
<
String
>
)
Properties
label
Link copied to clipboard
val
label
:
Output
<
String
>
Name of the label
value
Link copied to clipboard
val
value
:
Output
<
String
>
Value of the label
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ContainerLabelArgs