contactChannel

suspend fun contactChannel(name: String, block: suspend ContactChannelResourceBuilder.() -> Unit): ContactChannel

Parameters

name

The unique name of the resulting resource.

block

Builder for ContactChannel.

See also


Parameters

name

The unique name of the resulting resource.

See also