toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.mongodb.kotlin.outputs
/
InstanceParameter
Instance
Parameter
data
class
InstanceParameter
(
val
name
:
String
,
val
value
:
String
)
Members
Constructors
Instance
Parameter
Link copied to clipboard
constructor
(
name
:
String
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
The name of the parameter.
value
Link copied to clipboard
val
value
:
String
The value of the parameter.