Service Cosmos Db Configuration Info Args
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
fun ServiceCosmosDbConfigurationInfoArgs(keyVaultKeyUri: Output<String>? = null, offerThroughput: Output<Double>? = null)