toggle menu
pulumi-alicloud-kotlin
3.76.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.sae.kotlin.outputs
/
ApplicationConfigMapMountDescV2
Application
Config
Map
Mount
Desc
V2
data
class
ApplicationConfigMapMountDescV2
(
val
configMapId
:
String
?
=
null
,
val
key
:
String
?
=
null
,
val
mountPath
:
String
?
=
null
)
Members
Constructors
Application
Config
Map
Mount
Desc
V2
Link copied to clipboard
constructor
(
configMapId
:
String
?
=
null
,
key
:
String
?
=
null
,
mountPath
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
config
Map
Id
Link copied to clipboard
val
configMapId
:
String
?
=
null
The ID of the ConfigMap.
key
Link copied to clipboard
val
key
:
String
?
=
null
The key.
mount
Path
Link copied to clipboard
val
mountPath
:
String
?
=
null
The mount path.