graphParameters

@JvmName(name = "frjtngoxmwqsooin")
suspend fun graphParameters(value: Output<Map<String, GraphParameterArgs>>)
@JvmName(name = "wwcjgklmehbbcurx")
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 = "wjxgkqsrxftqjbak")
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 = "hxnxdistcyyjadiy")
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.