serverless Cache
suspend fun serverlessCache(name: String, block: suspend ServerlessCacheResourceBuilder.() -> Unit): ServerlessCache
Parameters
name
The unique name of the resulting resource.
block
Builder for ServerlessCache.
See also
Parameters
name
The unique name of the resulting resource.