GremlinDatabaseResourceArgs

data class GremlinDatabaseResourceArgs(val createMode: Output<Either<String, CreateMode>>? = null, val id: Output<String>, val restoreParameters: Output<ResourceRestoreParametersArgs>? = null) : ConvertibleToJava<GremlinDatabaseResourceArgs>

Cosmos DB Gremlin database resource object

Constructors

Link copied to clipboard
constructor(createMode: Output<Either<String, CreateMode>>? = null, id: Output<String>, restoreParameters: Output<ResourceRestoreParametersArgs>? = null)

Properties

Link copied to clipboard
val createMode: Output<Either<String, CreateMode>>? = null

Enum to indicate the mode of resource creation.

Link copied to clipboard
val id: Output<String>

Name of the Cosmos DB Gremlin database

Link copied to clipboard

Parameters to indicate the information about the restore

Functions

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