RunCommandInputParameterArgs

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

Describes the properties of a run command parameter.

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>

The run command parameter name.

Link copied to clipboard
val value: Output<String>

The run command parameter value.

Functions

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