level

@JvmName(name = "mevwicbpatkhmpnl")
suspend fun level(value: Output<Either<String, LockLevel>>)
@JvmName(name = "lkqawfcglxarimrn")
suspend fun level(value: Either<String, LockLevel>?)
@JvmName(name = "kkmwodfnigsxjxrw")
fun level(value: String)
@JvmName(name = "tjhnlrfkqnsriopk")
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.