toggle menu
pulumi-gcp-kotlin
7.38.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.deploymentmanager.kotlin.inputs
/
DeploymentLabelArgs
Deployment
Label
Args
data
class
DeploymentLabelArgs
(
val
key
:
Output
<
String
>
?
=
null
,
val
value
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
DeploymentLabelArgs
>
Members
Constructors
Deployment
Label
Args
Link copied to clipboard
constructor
(
key
:
Output
<
String
>
?
=
null
,
value
:
Output
<
String
>
?
=
null
)
Properties
key
Link copied to clipboard
val
key
:
Output
<
String
>
?
=
null
Key for label.
value
Link copied to clipboard
val
value
:
Output
<
String
>
?
=
null
Value of label.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DeploymentLabelArgs