blob: 6414c5bfd27dc2d968845a9ac095e9fdac7aea1d [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.awssnssink.CamelAwssnssinkSinkConnector",
"artifactId": "camel-aws-sns-sink-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-aws-sns-sink-sink",
"type": "sink",
"version": "1.1.0-SNAPSHOT",
"description": "Send message to an AWS SNS Topic\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-sink.topicNameOrArn": {
"name": "camel.kamelet.aws-sns-sink.topicNameOrArn",
"description": "The SQS Topic name or ARN",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.aws-sns-sink.accessKey": {
"name": "camel.kamelet.aws-sns-sink.accessKey",
"description": "The access key obtained from AWS",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.aws-sns-sink.secretKey": {
"name": "camel.kamelet.aws-sns-sink.secretKey",
"description": "The secret key obtained from AWS",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.aws-sns-sink.region": {
"name": "camel.kamelet.aws-sns-sink.region",
"description": "The AWS region to connect to Example: eu-west-1",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.aws-sns-sink.autoCreateTopic": {
"name": "camel.kamelet.aws-sns-sink.autoCreateTopic",
"description": "Setting the autocreation of the SNS topic.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
}
}
}