Run Command Input Parameter Args
    data class RunCommandInputParameterArgs(val name: Output<String>, val value: Output<String>) : ConvertibleToJava<RunCommandInputParameterArgs> 
Describes the properties of a run command parameter.