pulumi-docker-kotlin
4.4.4.0
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
>
Constructors
Functions
Properties
Constructors
Container
Label
Args
Link copied to clipboard
fun
ContainerLabelArgs
(
label
:
Output
<
String
>
,
value
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ContainerLabelArgs
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