daprComponent

suspend fun daprComponent(name: String, block: suspend DaprComponentResourceBuilder.() -> Unit): DaprComponent

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for DaprComponent.


See also

Parameters

name

The unique name of the resulting resource.