mount Point Resource
suspend fun mountPointResource(name: String, block: suspend MountPointResourceBuilder.() -> Unit): MountPoint
See also
Parameters
name
The unique name of the resulting resource.
block
Builder for MountPoint.
The unique name of the resulting resource.
Builder for MountPoint.