All Downloads are FREE. Search and download functionalities are using the official Maven repository.

connectors.camel-azure-cosmosdb-sink-sink.json Maven / Gradle / Ivy

{
	"connector": {
		"class": "org.apache.camel.kafkaconnector.azurecosmosdbsink.CamelAzurecosmosdbsinkSinkConnector",
		"artifactId": "camel-azure-cosmosdb-sink-kafka-connector",
		"groupId": "org.apache.camel.kafkaconnector",
		"id": "camel-azure-cosmosdb-sink-sink",
		"type": "sink",
		"version": "4.8.0",
		"description": "Send Data to an Azure CosmosDB instance\n\nIn the headers, you can optionally set the `itemPartitionKey` \/ `ce-itemPartitionKey` property to specify the partition key for a specific item.\n\nIf you do not set the property in the header, you'll need to use the static property itemPartitonKey.\n\nThere are two different mechanism of authentication `SHARED_ACCOUNT_KEY` and `AZURE_IDENTITY`, you could specify with credentialType property. If you're using `SHARED_ACCOUNT_KEY` accountKey property will be needed.\n\nIn case of `AZURE_IDENTITY` selection, the DefaultAzureCredential will attempt to authenticate via the following mechanisms in the following order enviroment, Workload Identity, Managed Identity, Azure Developer CLI, IntelliJ, Azure CLI and Azure Powershell. "
	},
	"properties": {
		"camel.kamelet.azure-cosmosdb-sink.databaseName": {
			"name": "camel.kamelet.azure-cosmosdb-sink.databaseName",
			"description": "The Azure Cosmos database name.",
			"priority": "HIGH",
			"required": "true"
		},
		"camel.kamelet.azure-cosmosdb-sink.containerName": {
			"name": "camel.kamelet.azure-cosmosdb-sink.containerName",
			"description": "The Azure Cosmos container name.",
			"priority": "HIGH",
			"required": "true"
		},
		"camel.kamelet.azure-cosmosdb-sink.accountKey": {
			"name": "camel.kamelet.azure-cosmosdb-sink.accountKey",
			"description": "The Azure Cosmos account Key.",
			"priority": "MEDIUM",
			"required": "false"
		},
		"camel.kamelet.azure-cosmosdb-sink.databaseEndpoint": {
			"name": "camel.kamelet.azure-cosmosdb-sink.databaseEndpoint",
			"description": "Sets the Azure Cosmos database endpoint the component will connect to.",
			"priority": "HIGH",
			"required": "true"
		},
		"camel.kamelet.azure-cosmosdb-sink.itemPartitionKey": {
			"name": "camel.kamelet.azure-cosmosdb-sink.itemPartitionKey",
			"description": "Represents a partition key value in the Azure Cosmos DB database service. A partition key identifies the partition where the item is stored in.",
			"priority": "MEDIUM",
			"required": "false"
		},
		"camel.kamelet.azure-cosmosdb-sink.credentialType": {
			"name": "camel.kamelet.azure-cosmosdb-sink.credentialType",
			"description": "Determines the credential strategy to adopt.",
			"defaultValue": "\"SHARED_ACCOUNT_KEY\"",
			"priority": "MEDIUM",
			"required": "false"
		}
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy