ManagedDatabasePointInTimeRestoreArgs

data class ManagedDatabasePointInTimeRestoreArgs(val restorePointInTime: Output<String>, val sourceDatabaseId: Output<String>) : ConvertibleToJava<ManagedDatabasePointInTimeRestoreArgs>

Constructors

Link copied to clipboard
constructor(restorePointInTime: Output<String>, sourceDatabaseId: Output<String>)

Properties

Link copied to clipboard

The point in time for the restore from source_database_id. Changing this forces a new resource to be created.

Link copied to clipboard

The source database id that will be used to restore from. Changing this forces a new resource to be created.

Functions

Link copied to clipboard
open override fun toJava(): ManagedDatabasePointInTimeRestoreArgs