ServiceCosmosDbConfigurationInfoResponse

data class ServiceCosmosDbConfigurationInfoResponse(val crossTenantCmkApplicationId: String? = null, val keyVaultKeyUri: String? = null, val offerThroughput: Int? = null)

The settings for the Cosmos DB database backing the service.

Constructors

Link copied to clipboard
constructor(crossTenantCmkApplicationId: String? = null, keyVaultKeyUri: String? = null, offerThroughput: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The multi-tenant application id used to enable CMK access for services in a data sovereign region.

Link copied to clipboard
val keyVaultKeyUri: String? = null

The URI of the customer-managed key for the backing database.

Link copied to clipboard
val offerThroughput: Int? = null

The provisioned throughput for the backing database.