pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.devicefarm.kotlin.inputs
/
DevicePoolTagArgs
Device
Pool
Tag
Args
data
class
DevicePoolTagArgs
(
val
key
:
Output
<
String
>
,
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
DevicePoolTagArgs
>
Constructors
Functions
Properties
Constructors
Device
Pool
Tag
Args
Link copied to clipboard
fun
DevicePoolTagArgs
(
key
:
Output
<
String
>
,
value
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DevicePoolTagArgs
Properties
key
Link copied to clipboard
val
key
:
Output
<
String
>
value
Link copied to clipboard
val
value
:
Output
<
String
>