AccountRestoreArgs

data class AccountRestoreArgs(val databases: Output<List<AccountRestoreDatabaseArgs>>? = null, val restoreTimestampInUtc: Output<String>, val sourceCosmosdbAccountId: Output<String>) : ConvertibleToJava<AccountRestoreArgs>

Constructors

Link copied to clipboard
fun AccountRestoreArgs(databases: Output<List<AccountRestoreDatabaseArgs>>? = null, restoreTimestampInUtc: Output<String>, sourceCosmosdbAccountId: Output<String>)

Functions

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

Properties

Link copied to clipboard

A database block as defined below. Changing this forces a new resource to be created.

Link copied to clipboard

The creation time of the database or the collection (Datetime Format RFC 3339). Changing this forces a new resource to be created.

Link copied to clipboard

The resource ID of the restorable database account from which the restore has to be initiated. The example is /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{restorableDatabaseAccountName}. Changing this forces a new resource to be created.