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