ServiceCosmosDbConfigurationInfoArgs

data class ServiceCosmosDbConfigurationInfoArgs(val crossTenantCmkApplicationId: Output<String>? = null, val keyVaultKeyUri: Output<String>? = null, val offerThroughput: Output<Int>? = null) : ConvertibleToJava<ServiceCosmosDbConfigurationInfoArgs>

The settings for the Cosmos DB database backing the service.

Constructors

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

Properties

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

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

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

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

Link copied to clipboard
val offerThroughput: Output<Int>? = null

The provisioned throughput for the backing database.

Functions

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