level

@JvmName(name = "urflkqundiggtmms")
suspend fun level(value: Output<Either<String, LockLevel>>)
@JvmName(name = "bfcrtdjrhjgxawlu")
suspend fun level(value: Either<String, LockLevel>?)
@JvmName(name = "tmfaixjiiitbvbne")
fun level(value: String)
@JvmName(name = "nlmnrylgvdcdpyos")
fun level(value: LockLevel)

Parameters

value

The level of the lock. Possible values are: NotSpecified, CanNotDelete, ReadOnly. CanNotDelete means authorized users are able to read and modify the resources, but not delete. ReadOnly means authorized users can only read from a resource, but they can't modify or delete it.