pulumi-aws-kotlin
5.42.0.1
pulumi-aws-kotlin
/
com.pulumi.aws.imagebuilder.kotlin.outputs
/
GetImageRecipeComponentParameter
Get
Image
Recipe
Component
Parameter
data
class
GetImageRecipeComponentParameter
(
val
name
:
String
,
val
value
:
String
)
Types
Constructors
Properties
Constructors
Get
Image
Recipe
Component
Parameter
Link copied to clipboard
fun
GetImageRecipeComponentParameter
(
name
:
String
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
Name of the image recipe.
value
Link copied to clipboard
val
value
:
String
Value of the component parameter.