toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.nimblestudio.kotlin.outputs
/
StudioComponentScriptParameterKeyValue
Studio
Component
Script
Parameter
Key
Value
data
class
StudioComponentScriptParameterKeyValue
(
val
key
:
String
?
=
null
,
val
value
:
String
?
=
null
)
Members
Constructors
Studio
Component
Script
Parameter
Key
Value
Link copied to clipboard
constructor
(
key
:
String
?
=
null
,
value
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Link copied to clipboard
val
key
:
String
?
=
null
A script parameter key.
value
Link copied to clipboard
val
value
:
String
?
=
null
A script parameter value.