environment Storage
suspend fun environmentStorage(name: String, block: suspend EnvironmentStorageResourceBuilder.() -> Unit): EnvironmentStorage
Parameters
name
The unique name of the resulting resource.
block
Builder for EnvironmentStorage.
See also
Parameters
name
The unique name of the resulting resource.