forceDestroy

@JvmName(name = "iegphgfjjnptacfu")
suspend fun forceDestroy(value: Output<Boolean>)
@JvmName(name = "cfxxnpyhouykqvvs")
suspend fun forceDestroy(value: Boolean?)

Parameters

value

Allow the object to be deleted by removing any legal hold on any object version. Default is false. This value should be set to true only if the bucket has S3 object lock enabled. If no content is provided through source, content or content_base64, then the object will be empty.

Note: The provider ignores all leading /s in the object's key and treats multiple /s in the rest of the object's key as a single /, so values of /index.html and index.html correspond to the same S3 object as do first//second///third// and first/second/third/.