ContainerRecipeComponentParameterArgs

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

Contains a key/value pair that sets the named component parameter.

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>

The name of the component parameter to set.

Link copied to clipboard
val value: Output<List<String>>

Sets the value for the named component parameter.

Functions

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