toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.containerinstance.kotlin.outputs
/
ConfigMapResponse
Config
Map
Response
data
class
ConfigMapResponse
(
val
keyValuePairs
:
Map
<
String
,
String
>
?
=
null
)
The container config map.
Members
Constructors
Config
Map
Response
Link copied to clipboard
constructor
(
keyValuePairs
:
Map
<
String
,
String
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Value
Pairs
Link copied to clipboard
val
keyValuePairs
:
Map
<
String
,
String
>
?
=
null
The key value pairs dictionary in the config map.