toggle menu
pulumi-aws-kotlin
6.76.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.servicecatalog.kotlin.outputs
/
ProvisionedProductOutput
Provisioned
Product
Output
data
class
ProvisionedProductOutput
(
val
description
:
String
?
=
null
,
val
key
:
String
?
=
null
,
val
value
:
String
?
=
null
)
Members
Constructors
Provisioned
Product
Output
Link copied to clipboard
constructor
(
description
:
String
?
=
null
,
key
:
String
?
=
null
,
value
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
description
Link copied to clipboard
val
description
:
String
?
=
null
The description of the output.
key
Link copied to clipboard
val
key
:
String
?
=
null
The output key.
value
Link copied to clipboard
val
value
:
String
?
=
null
The output value.