apiKey

suspend fun apiKey(name: String, block: suspend ApiKeyResourceBuilder.() -> Unit): ApiKey

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for ApiKey.


fun apiKey(name: String): ApiKey

See also

Parameters

name

The unique name of the resulting resource.