TableResourceArgs

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

Cosmos DB table 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 table

Link copied to clipboard

Parameters to indicate the information about the restore

Functions

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