ImageRecipeComponentParameterArgs

data class ImageRecipeComponentParameterArgs(val name: Output<String>, val value: Output<String>) : ConvertibleToJava<ImageRecipeComponentParameterArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the component parameter.

Link copied to clipboard
val value: Output<String>

The value for the named component parameter.

Functions

Link copied to clipboard
open override fun toJava(): ImageRecipeComponentParameterArgs