pulumi-gcp-kotlin
6.67.0.0
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
>
Constructors
Functions
Properties
Constructors
Deployment
Label
Args
Link copied to clipboard
fun
DeploymentLabelArgs
(
key
:
Output
<
String
>
?
=
null
,
value
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DeploymentLabelArgs
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.