blob: a6ee733a6fab68bc2f6d9e6576417942f37b8fb3 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.awsddbexperimentalsink.CamelAwsddbexperimentalsinkSinkConnector",
"artifactId": "camel-aws-ddb-experimental-sink-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-aws-ddb-experimental-sink-sink",
"type": "sink",
"version": "3.20.1-SNAPSHOT",
"description": "Send data to Amazon DynamoDB. The sent data inserts, updates, or deletes an item on the specified AWS DynamoDB table.\n\nThe basic authentication method for the AWS DynamoDB service is to specify an access key and a secret key. These parameters are optional because the Kamelet provides a default credentials provider.\n\nIf you use the default credentials provider, the DynamoDB client loads the credentials through this provider and doesn't use the basic authentication method.\n\nThis Kamelet expects a JSON-formatted body and it must include the primary key values that define the DynamoDB item. The mapping between the JSON fields and table attribute values is done by key. For example, for '{\"username\":\"oscerd\", \"city\":\"Rome\"}' input, the Kamelet inserts or update an item in the specified AWS DynamoDB table and sets the values for the 'username' and 'city' attributes.\n\nThis Kamelet supports experimental input format to specify the data type that that is given to this sink. The Kamelet will do best effort to convert the provided input type to the required input for the sink."
},
"properties": {
"camel.kamelet.aws-ddb-experimental-sink.table": {
"name": "camel.kamelet.aws-ddb-experimental-sink.table",
"description": "The name of the DynamoDB table.",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.aws-ddb-experimental-sink.accessKey": {
"name": "camel.kamelet.aws-ddb-experimental-sink.accessKey",
"description": "The access key obtained from AWS.",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-ddb-experimental-sink.secretKey": {
"name": "camel.kamelet.aws-ddb-experimental-sink.secretKey",
"description": "The secret key obtained from AWS.",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-ddb-experimental-sink.region": {
"name": "camel.kamelet.aws-ddb-experimental-sink.region",
"description": "The AWS region to access.",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.aws-ddb-experimental-sink.operation": {
"name": "camel.kamelet.aws-ddb-experimental-sink.operation",
"description": "The operation to perform. Example: PutItem",
"defaultValue": "\"PutItem\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-ddb-experimental-sink.writeCapacity": {
"name": "camel.kamelet.aws-ddb-experimental-sink.writeCapacity",
"description": "The provisioned throughput to reserve for writing resources to your table.",
"defaultValue": "1",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-ddb-experimental-sink.useDefaultCredentialsProvider": {
"name": "camel.kamelet.aws-ddb-experimental-sink.useDefaultCredentialsProvider",
"description": "If true, the DynamoDB client loads credentials through a default credentials provider. If false, it uses the basic authentication method (access key and secret key).",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-ddb-experimental-sink.uriEndpointOverride": {
"name": "camel.kamelet.aws-ddb-experimental-sink.uriEndpointOverride",
"description": "The overriding endpoint URI. To use this option, you must also select the `overrideEndpoint` option.",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-ddb-experimental-sink.overrideEndpoint": {
"name": "camel.kamelet.aws-ddb-experimental-sink.overrideEndpoint",
"description": "Select this option to override the endpoint URI. To use this option, you must also provide a URI for the `uriEndpointOverride` option.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-ddb-experimental-sink.inputFormat": {
"name": "camel.kamelet.aws-ddb-experimental-sink.inputFormat",
"description": "Specify the input type for this Kamelet. The Kamelet will automatically apply conversion logic in order to transform message content to this data type. Example: json",
"defaultValue": "\"json\"",
"priority": "MEDIUM",
"required": "false"
}
}
}