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