AccountRestoreGremlinDatabaseArgs

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

Constructors

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

Properties

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

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

Link copied to clipboard
val name: Output<String>

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

Functions

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