mode

@JvmName(name = "wowvwhcwbkvayhvs")
suspend fun mode(value: Output<Either<String, AmlFilesystemSquashMode>>)
@JvmName(name = "giowxbyabuknyycm")
suspend fun mode(value: Either<String, AmlFilesystemSquashMode>?)
@JvmName(name = "gbpbnawmrtcseelk")
fun mode(value: String)
@JvmName(name = "ilyfxeublepwulxm")
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.