functions

@JvmName(name = "uvdbgjhqsopudvjn")
suspend fun functions(value: Output<Map<String, ComponentTypeFunctionArgs>>)
@JvmName(name = "ywojsltvqdebamup")
suspend fun functions(value: Map<String, ComponentTypeFunctionArgs>?)

Parameters

value

a Map of functions in the component type. Each function's key must be unique to this map.


@JvmName(name = "dxpecbewhcvxaepy")
suspend fun functions(vararg argument: Pair<String, suspend ComponentTypeFunctionArgsBuilder.() -> Unit>)

Parameters

argument

a Map of functions in the component type. Each function's key must be unique to this map.


@JvmName(name = "qvfansixuaieptfk")
fun functions(vararg values: Pair<String, ComponentTypeFunctionArgs>)

Parameters

values

a Map of functions in the component type. Each function's key must be unique to this map.