restoreBackupContext

@JvmName(name = "nawydyfbhxrmhost")
suspend fun restoreBackupContext(value: Output<DatabaseInstanceRestoreBackupContextArgs>)
@JvmName(name = "teltqammpfxbltmo")
suspend fun restoreBackupContext(value: DatabaseInstanceRestoreBackupContextArgs?)

Parameters

value

The context needed to restore the database to a backup run. This field will cause the provider to trigger the database to restore from the backup run indicated. The configuration is detailed below. NOTE: Restoring from a backup is an imperative action and not recommended via this provider. Adding or modifying this block during resource creation/update will trigger the restore action after the resource is created/updated.


@JvmName(name = "sssdxljlrybrofih")
suspend fun restoreBackupContext(argument: suspend DatabaseInstanceRestoreBackupContextArgsBuilder.() -> Unit)

Parameters

argument

The context needed to restore the database to a backup run. This field will cause the provider to trigger the database to restore from the backup run indicated. The configuration is detailed below. NOTE: Restoring from a backup is an imperative action and not recommended via this provider. Adding or modifying this block during resource creation/update will trigger the restore action after the resource is created/updated.