mode

@JvmName(name = "yjtadcqycihyvfbp")
suspend fun mode(value: Output<Either<String, AmlFilesystemSquashMode>>)
@JvmName(name = "hwatuetrnwywushn")
suspend fun mode(value: Either<String, AmlFilesystemSquashMode>?)
@JvmName(name = "ofrhydvvmsklybbw")
fun mode(value: String)
@JvmName(name = "haihgdcgmofuduiu")
fun mode(value: AmlFilesystemSquashMode)

Parameters

value

Squash mode of the AML file system. 'All': User and Group IDs on files will be squashed to the provided values for all users on non-trusted systems. 'RootOnly': User and Group IDs on files will be squashed to provided values for solely the root user on non-trusted systems. 'None': No squashing of User and Group IDs is performed for any users on any systems.