blob: 5a9c4f9e7dccb1d7b774716835e1484d32c1e515 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.awssnsfifosink.CamelAwssnsfifosinkSinkConnector",
"artifactId": "camel-aws-sns-fifo-sink-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-aws-sns-fifo-sink-sink",
"type": "sink",
"version": "3.19.0-SNAPSHOT",
"description": "Send message to an AWS SNS FIFO Topic.\n\nAccess Key\/Secret Key are the basic method for authenticating to the AWS SNS Service. These parameters are optional because the Kamelet provides the 'useDefaultCredentialsProvider'.\n\nWhen using a default Credentials Provider the SNS 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.\n\nThe Kamelet expects the following headers to be set:\n\n- `subject` \/ `ce-subject`: the subject of the message"
},
"properties": {
"camel.kamelet.aws-sns-fifo-sink.topicNameOrArn": {
"name": "camel.kamelet.aws-sns-fifo-sink.topicNameOrArn",
"description": "The SNS Topic name or ARN",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.aws-sns-fifo-sink.accessKey": {
"name": "camel.kamelet.aws-sns-fifo-sink.accessKey",
"description": "The access key obtained from AWS.",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-sns-fifo-sink.secretKey": {
"name": "camel.kamelet.aws-sns-fifo-sink.secretKey",
"description": "The secret key obtained from AWS.",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-sns-fifo-sink.region": {
"name": "camel.kamelet.aws-sns-fifo-sink.region",
"description": "The AWS region to access.",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.aws-sns-fifo-sink.contentBasedDeduplication": {
"name": "camel.kamelet.aws-sns-fifo-sink.contentBasedDeduplication",
"description": "Use content-based deduplication (should be enabled in the SQS FIFO queue first)",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-sns-fifo-sink.autoCreateTopic": {
"name": "camel.kamelet.aws-sns-fifo-sink.autoCreateTopic",
"description": "Setting the autocreation of the SNS topic.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-sns-fifo-sink.useDefaultCredentialsProvider": {
"name": "camel.kamelet.aws-sns-fifo-sink.useDefaultCredentialsProvider",
"description": "Set whether the SNS 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-sns-fifo-sink.uriEndpointOverride": {
"name": "camel.kamelet.aws-sns-fifo-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-sns-fifo-sink.overrideEndpoint": {
"name": "camel.kamelet.aws-sns-fifo-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"
}
}
}