deletionPolicy

@JvmName(name = "cdduitetexmqsthy")
suspend fun deletionPolicy(value: Output<String>)
@JvmName(name = "darkiqmduiipdtqr")
suspend fun deletionPolicy(value: String?)

Parameters

value

The deletion policy for the database. Setting ABANDON allows the resource to be abandoned rather than deleted. This is useful for Postgres, where databases cannot be deleted from the API if there are users other than cloudsqlsuperuser with access. Possible values are: "ABANDON", "DELETE". Defaults to "DELETE".