AccountRestoreArgs

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

Constructors

Link copied to clipboard
constructor(databases: Output<List<AccountRestoreDatabaseArgs>>? = null, gremlinDatabases: Output<List<AccountRestoreGremlinDatabaseArgs>>? = null, restoreTimestampInUtc: Output<String>, sourceCosmosdbAccountId: Output<String>, tablesToRestores: Output<List<String>>? = null)

Properties

Link copied to clipboard

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

Link copied to clipboard

One or more gremlin_database blocks 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.

Link copied to clipboard
val tablesToRestores: Output<List<String>>? = null

A list of specific tables available for restore. Changing this forces a new resource to be created.

Functions

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