lockLevel

@JvmName(name = "lfcswgqunvaxsajs")
suspend fun lockLevel(value: Output<String>)
@JvmName(name = "hmkqgqhcwsyxhlsd")
suspend fun lockLevel(value: String?)

Parameters

value

Specifies the Level to be used for this Lock. Possible values are CanNotDelete and ReadOnly. Changing this forces a new resource to be created.

Note: 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.