toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.apprunner.kotlin.outputs
/
ServiceKeyValuePair
Service
Key
Value
Pair
data
class
ServiceKeyValuePair
(
val
name
:
String
?
=
null
,
val
value
:
String
?
=
null
)
Members
Constructors
Service
Key
Value
Pair
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
value
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
?
=
null
The key name string to map to a value.
value
Link copied to clipboard
val
value
:
String
?
=
null
The value string to which the key name is mapped.