pulumi-alicloud-kotlin
3.44.1.0
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.mongodb.kotlin.outputs
/
InstanceParameter
Instance
Parameter
data
class
InstanceParameter
(
val
name
:
String
,
val
value
:
String
)
Types
Constructors
Properties
Constructors
Instance
Parameter
Link copied to clipboard
fun
InstanceParameter
(
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.