canary

suspend fun canary(name: String, block: suspend CanaryResourceBuilder.() -> Unit): Canary

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for Canary.


fun canary(name: String): Canary

See also

Parameters

name

The unique name of the resulting resource.