ServiceCosmosDbConfigurationInfoArgs

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

The settings for the Cosmos DB database backing the service.

Constructors

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

Properties

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<Double>? = null

The provisioned throughput for the backing database.

Functions

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