graphParameters

@JvmName(name = "xmsprripjkkqmteo")
suspend fun graphParameters(value: Output<Map<String, GraphParameterArgs>>)
@JvmName(name = "hetcgrmrogulkcsn")
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 = "abvjciksnecdtves")
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 = "nycqgsdotdvjbegr")
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.