pulumi-aws-kotlin
5.42.0.1
pulumi-aws-kotlin
/
com.pulumi.aws.imagebuilder.kotlin.outputs
/
ImageRecipeComponentParameter
Image
Recipe
Component
Parameter
data
class
ImageRecipeComponentParameter
(
val
name
:
String
,
val
value
:
String
)
Types
Constructors
Properties
Constructors
Image
Recipe
Component
Parameter
Link copied to clipboard
fun
ImageRecipeComponentParameter
(
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 component parameter.
value
Link copied to clipboard
val
value
:
String
The value for the named component parameter.