blob: b4567896b0103890265ed00c9272cf65cf5b26bb [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.awssqsbatchsink.CamelAwssqsbatchsinkSinkConnector",
"artifactId": "camel-aws-sqs-batch-sink-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-aws-sqs-batch-sink-sink",
"type": "sink",
"version": "3.20.1-SNAPSHOT",
"description": "Send Batch message to an AWS SQS Queue.\n\nAccess Key\/Secret Key are the basic method for authenticating to the AWS SQS Service. These parameters are optional because the Kamelet provides the 'useDefaultCredentialsProvider'.\n\nWhen using a default Credentials Provider the SQS client will load the credentials through this provider and won't use the static credential. This is reason for not having the access key and secret key as mandatory parameter for this Kamelet."
},
"properties": {
"camel.kamelet.aws-sqs-batch-sink.queueNameOrArn": {
"name": "camel.kamelet.aws-sqs-batch-sink.queueNameOrArn",
"description": "The SQS Queue name or ARN",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.aws-sqs-batch-sink.accessKey": {
"name": "camel.kamelet.aws-sqs-batch-sink.accessKey",
"description": "The access key obtained from AWS.",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-sqs-batch-sink.secretKey": {
"name": "camel.kamelet.aws-sqs-batch-sink.secretKey",
"description": "The secret key obtained from AWS.",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-sqs-batch-sink.region": {
"name": "camel.kamelet.aws-sqs-batch-sink.region",
"description": "The AWS region to access.",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.aws-sqs-batch-sink.autoCreateQueue": {
"name": "camel.kamelet.aws-sqs-batch-sink.autoCreateQueue",
"description": "Setting the autocreation of the SQS queue.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-sqs-batch-sink.batchSeparator": {
"name": "camel.kamelet.aws-sqs-batch-sink.batchSeparator",
"description": "The batch separator string Example: ,",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.aws-sqs-batch-sink.amazonAWSHost": {
"name": "camel.kamelet.aws-sqs-batch-sink.amazonAWSHost",
"description": "The hostname of the Amazon AWS cloud.",
"defaultValue": "\"amazonaws.com\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-sqs-batch-sink.protocol": {
"name": "camel.kamelet.aws-sqs-batch-sink.protocol",
"description": "The underlying protocol used to communicate with SQS Example: http or https",
"defaultValue": "\"https\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-sqs-batch-sink.useDefaultCredentialsProvider": {
"name": "camel.kamelet.aws-sqs-batch-sink.useDefaultCredentialsProvider",
"description": "Set whether the SQS client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-sqs-batch-sink.uriEndpointOverride": {
"name": "camel.kamelet.aws-sqs-batch-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-sqs-batch-sink.overrideEndpoint": {
"name": "camel.kamelet.aws-sqs-batch-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"
}
}
}