AzureCosmosDBSinkConnectorServiceInfoArgs

data class AzureCosmosDBSinkConnectorServiceInfoArgs(val connectorServiceType: Output<String>, val cosmosConnectionEndpoint: Output<String>? = null, val cosmosContainersTopicMapping: Output<String>? = null, val cosmosDatabaseName: Output<String>? = null, val cosmosIdStrategy: Output<String>? = null, val cosmosMasterKey: Output<String>? = null) : ConvertibleToJava<AzureCosmosDBSinkConnectorServiceInfoArgs>

The authentication info when auth_type is AzureCosmosDBSinkConnector

Constructors

constructor(connectorServiceType: Output<String>, cosmosConnectionEndpoint: Output<String>? = null, cosmosContainersTopicMapping: Output<String>? = null, cosmosDatabaseName: Output<String>? = null, cosmosIdStrategy: Output<String>? = null, cosmosMasterKey: Output<String>? = null)

Properties

Link copied to clipboard

The connector service type. Expected value is 'AzureCosmosDBSinkConnector'.

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

Azure Cosmos Database Connection Endpoint

Link copied to clipboard

Azure Cosmos Database Containers Topic Mapping

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

Azure Cosmos Database Name

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

Azure Cosmos Database Id Strategy

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

Azure Cosmos Database Master Key

Functions

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