graphParameters

@JvmName(name = "krtthbidnehrycty")
suspend fun graphParameters(value: Output<Map<String, GraphParameterArgs>>)
@JvmName(name = "mchhquybddkotgjl")
suspend fun graphParameters(value: Map<String, GraphParameterArgs>?)

Parameters

value

The collection of global parameters for the graph, given as a global parameter name to GraphParameter map. Each parameter here has a 1:1 match with the global parameters values map declared at the WebServiceProperties level.


@JvmName(name = "jmaaqltpphfrevhc")
suspend fun graphParameters(vararg argument: Pair<String, suspend GraphParameterArgsBuilder.() -> Unit>)

Parameters

argument

The collection of global parameters for the graph, given as a global parameter name to GraphParameter map. Each parameter here has a 1:1 match with the global parameters values map declared at the WebServiceProperties level.


@JvmName(name = "uwrjdocijbdjssym")
fun graphParameters(vararg values: Pair<String, GraphParameterArgs>)

Parameters

values

The collection of global parameters for the graph, given as a global parameter name to GraphParameter map. Each parameter here has a 1:1 match with the global parameters values map declared at the WebServiceProperties level.