pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.apigateway.kotlin.inputs
/
DeploymentTagArgs
Deployment
Tag
Args
data
class
DeploymentTagArgs
(
val
key
:
Output
<
String
>
,
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
DeploymentTagArgs
>
Constructors
Functions
Properties
Constructors
Deployment
Tag
Args
Link copied to clipboard
fun
DeploymentTagArgs
(
key
:
Output
<
String
>
,
value
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DeploymentTagArgs
Properties
key
Link copied to clipboard
val
key
:
Output
<
String
>
The key name of the tag
value
Link copied to clipboard
val
value
:
Output
<
String
>
The value for the tag