toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.networkcloud.kotlin.inputs
/
StringKeyValuePairArgs
String
Key
Value
Pair
Args
data
class
StringKeyValuePairArgs
(
val
key
:
Output
<
String
>
,
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
StringKeyValuePairArgs
>
Members
Constructors
String
Key
Value
Pair
Args
Link copied to clipboard
constructor
(
key
:
Output
<
String
>
,
value
:
Output
<
String
>
)
Properties
key
Link copied to clipboard
val
key
:
Output
<
String
>
The key to the mapped value.
value
Link copied to clipboard
val
value
:
Output
<
String
>
The value of the mapping key.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
StringKeyValuePairArgs