pulumi-aws-kotlin
5.42.0.1
pulumi-aws-kotlin
/
com.pulumi.aws.imagebuilder.kotlin.inputs
/
ImageRecipeComponentParameterArgs
Image
Recipe
Component
Parameter
Args
data
class
ImageRecipeComponentParameterArgs
(
val
name
:
Output
<
String
>
,
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
ImageRecipeComponentParameterArgs
>
Constructors
Functions
Properties
Constructors
Image
Recipe
Component
Parameter
Args
Link copied to clipboard
fun
ImageRecipeComponentParameterArgs
(
name
:
Output
<
String
>
,
value
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ImageRecipeComponentParameterArgs
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
The name of the component parameter.
value
Link copied to clipboard
val
value
:
Output
<
String
>
The value for the named component parameter.