apm

suspend fun apm(name: String, block: suspend ApmResourceBuilder.() -> Unit): Apm

Parameters

name

The unique name of the resulting resource.

block

Builder for Apm.

See also


fun apm(name: String): Apm

Parameters

name

The unique name of the resulting resource.

See also