enableDropProtection

@JvmName(name = "wbxaltbqcyvyyvel")
suspend fun enableDropProtection(value: Output<Boolean>)
@JvmName(name = "dxqywrinyqjdisrl")
suspend fun enableDropProtection(value: Boolean?)

Parameters

value

Whether drop protection is enabled for this database. Defaults to false. Drop protection is different from the "deletion_protection" attribute in the following ways: (1) "deletion_protection" only protects the database from deletions in Terraform. whereas setting “enableDropProtection” to true protects the database from deletions in all interfaces. (2) Setting "enableDropProtection" to true also prevents the deletion of the parent instance containing the database. "deletion_protection" attribute does not provide protection against the deletion of the parent instance.