toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.servicecatalog.kotlin.inputs
/
ProvisionedProductParameterArgs
Provisioned
Product
Parameter
Args
data
class
ProvisionedProductParameterArgs
(
val
parameterKey
:
Output
<
String
>
?
=
null
,
val
parameterValue
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
ProvisionedProductParameterArgs
>
Members
Constructors
Provisioned
Product
Parameter
Args
Link copied to clipboard
constructor
(
parameterKey
:
Output
<
String
>
?
=
null
,
parameterValue
:
Output
<
String
>
?
=
null
)
Properties
parameter
Key
Link copied to clipboard
val
parameterKey
:
Output
<
String
>
?
=
null
The name of the parameter defined in the template.
parameter
Value
Link copied to clipboard
val
parameterValue
:
Output
<
String
>
?
=
null
The Template parameter value entered by the user.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ProvisionedProductParameterArgs