AccountRestoreDatabaseArgs

data class AccountRestoreDatabaseArgs(val collectionNames: Output<List<String>>? = null, val name: Output<String>) : ConvertibleToJava<AccountRestoreDatabaseArgs>

Constructors

Link copied to clipboard
constructor(collectionNames: Output<List<String>>? = null, name: Output<String>)

Properties

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

A list of the collection names for the restore request. Changing this forces a new resource to be created.

Link copied to clipboard
val name: Output<String>

The database name for the restore request. Changing this forces a new resource to be created.

Functions

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