Image Recipe Component Parameter Args
data class ImageRecipeComponentParameterArgs(val name: Output<String>, val value: Output<List<String>>) : ConvertibleToJava<ImageRecipeComponentParameterArgs>
Contains a key/value pair that sets the named component parameter.