hmac Key Resource
suspend fun hmacKeyResource(name: String, block: suspend HmacKeyResourceBuilder.() -> Unit): HmacKey
See also
Parameters
name
The unique name of the resulting resource.
block
Builder for HmacKey.
The unique name of the resulting resource.
Builder for HmacKey.