graphParameters

@JvmName(name = "dbcjnugsaetyimpe")
suspend fun graphParameters(value: Output<Map<String, GraphParameterArgs>>)
@JvmName(name = "hyttqeoxoadobgip")
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 = "xopwpgxhwnbqisrt")
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 = "igpdxsrgtydmmxun")
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.