canary

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

Parameters

name

The unique name of the resulting resource.

block

Builder for Canary.

See also


fun canary(name: String): Canary

Parameters

name

The unique name of the resulting resource.

See also