pulumi-alicloud-kotlin
3.44.1.0
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.mongodb.kotlin.inputs
/
InstanceParameterArgs
Instance
Parameter
Args
data
class
InstanceParameterArgs
(
val
name
:
Output
<
String
>
,
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
InstanceParameterArgs
>
Constructors
Functions
Properties
Constructors
Instance
Parameter
Args
Link copied to clipboard
fun
InstanceParameterArgs
(
name
:
Output
<
String
>
,
value
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
InstanceParameterArgs
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
The name of the parameter.
value
Link copied to clipboard
val
value
:
Output
<
String
>
The value of the parameter.