blob: d8f0c84054ec87a8be761e93f3f2119b581b5919 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.awssns.CamelAwssnsSinkConnector",
"artifactId": "camel-aws-sns-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-aws-sns-sink",
"type": "sink",
"version": "0.7.3",
"description": "Send messages to an AWS Simple Notification Topic."
},
"properties": {
"camel.sink.path.topicNameOrArn": {
"name": "camel.sink.path.topicNameOrArn",
"description": "Topic name or ARN",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.amazonSNSClient": {
"name": "camel.sink.endpoint.amazonSNSClient",
"description": "To use the AmazonSNS as the client",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.amazonSQSClient": {
"name": "camel.sink.endpoint.amazonSQSClient",
"description": "An SQS Client to use as bridge between SNS and SQS",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.autoCreateTopic": {
"name": "camel.sink.endpoint.autoCreateTopic",
"description": "Setting the autocreation of the topic",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.autoDiscoverClient": {
"name": "camel.sink.endpoint.autoDiscoverClient",
"description": "Setting the autoDiscoverClient mechanism, if true, the component will look for a client instance in the registry automatically otherwise it will skip that checking.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.headerFilterStrategy": {
"name": "camel.sink.endpoint.headerFilterStrategy",
"description": "To use a custom HeaderFilterStrategy to map headers to\/from Camel.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.kmsMasterKeyId": {
"name": "camel.sink.endpoint.kmsMasterKeyId",
"description": "The ID of an AWS-managed customer master key (CMK) for Amazon SNS or a custom CMK.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.lazyStartProducer": {
"name": "camel.sink.endpoint.lazyStartProducer",
"description": "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.messageStructure": {
"name": "camel.sink.endpoint.messageStructure",
"description": "The message structure to use such as json",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.policy": {
"name": "camel.sink.endpoint.policy",
"description": "The policy for this queue",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.proxyHost": {
"name": "camel.sink.endpoint.proxyHost",
"description": "To define a proxy host when instantiating the SNS client",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.proxyPort": {
"name": "camel.sink.endpoint.proxyPort",
"description": "To define a proxy port when instantiating the SNS client",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.proxyProtocol": {
"name": "camel.sink.endpoint.proxyProtocol",
"description": "To define a proxy protocol when instantiating the SNS client One of: [HTTP] [HTTPS]",
"defaultValue": "\"HTTPS\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"HTTP",
"HTTPS"
]
},
"camel.sink.endpoint.queueUrl": {
"name": "camel.sink.endpoint.queueUrl",
"description": "The queueUrl to subscribe to",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.region": {
"name": "camel.sink.endpoint.region",
"description": "The region in which SNS client needs to work. When using this parameter, the configuration will expect the capitalized name of the region (for example AP_EAST_1) You'll need to use the name Regions.EU_WEST_1.name()",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.serverSideEncryptionEnabled": {
"name": "camel.sink.endpoint.serverSideEncryptionEnabled",
"description": "Define if Server Side Encryption is enabled or not on the topic",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.subject": {
"name": "camel.sink.endpoint.subject",
"description": "The subject which is used if the message header 'CamelAwsSnsSubject' is not present.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.subscribeSNStoSQS": {
"name": "camel.sink.endpoint.subscribeSNStoSQS",
"description": "Define if the subscription between SNS Topic and SQS must be done or not",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.synchronous": {
"name": "camel.sink.endpoint.synchronous",
"description": "Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.accessKey": {
"name": "camel.sink.endpoint.accessKey",
"description": "Amazon AWS Access Key",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.secretKey": {
"name": "camel.sink.endpoint.secretKey",
"description": "Amazon AWS Secret Key",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sns.amazonSNSClient": {
"name": "camel.component.aws-sns.amazonSNSClient",
"description": "To use the AmazonSNS as the client",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sns.amazonSQSClient": {
"name": "camel.component.aws-sns.amazonSQSClient",
"description": "An SQS Client to use as bridge between SNS and SQS",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sns.autoCreateTopic": {
"name": "camel.component.aws-sns.autoCreateTopic",
"description": "Setting the autocreation of the topic",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sns.autoDiscoverClient": {
"name": "camel.component.aws-sns.autoDiscoverClient",
"description": "Setting the autoDiscoverClient mechanism, if true, the component will look for a client instance in the registry automatically otherwise it will skip that checking.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sns.configuration": {
"name": "camel.component.aws-sns.configuration",
"description": "The component configuration",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sns.kmsMasterKeyId": {
"name": "camel.component.aws-sns.kmsMasterKeyId",
"description": "The ID of an AWS-managed customer master key (CMK) for Amazon SNS or a custom CMK.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sns.lazyStartProducer": {
"name": "camel.component.aws-sns.lazyStartProducer",
"description": "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sns.messageStructure": {
"name": "camel.component.aws-sns.messageStructure",
"description": "The message structure to use such as json",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sns.policy": {
"name": "camel.component.aws-sns.policy",
"description": "The policy for this queue",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sns.proxyHost": {
"name": "camel.component.aws-sns.proxyHost",
"description": "To define a proxy host when instantiating the SNS client",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sns.proxyPort": {
"name": "camel.component.aws-sns.proxyPort",
"description": "To define a proxy port when instantiating the SNS client",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sns.proxyProtocol": {
"name": "camel.component.aws-sns.proxyProtocol",
"description": "To define a proxy protocol when instantiating the SNS client One of: [HTTP] [HTTPS]",
"defaultValue": "\"HTTPS\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"HTTP",
"HTTPS"
]
},
"camel.component.aws-sns.queueUrl": {
"name": "camel.component.aws-sns.queueUrl",
"description": "The queueUrl to subscribe to",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sns.region": {
"name": "camel.component.aws-sns.region",
"description": "The region in which SNS client needs to work. When using this parameter, the configuration will expect the capitalized name of the region (for example AP_EAST_1) You'll need to use the name Regions.EU_WEST_1.name()",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sns.serverSideEncryptionEnabled": {
"name": "camel.component.aws-sns.serverSideEncryptionEnabled",
"description": "Define if Server Side Encryption is enabled or not on the topic",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sns.subject": {
"name": "camel.component.aws-sns.subject",
"description": "The subject which is used if the message header 'CamelAwsSnsSubject' is not present.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sns.subscribeSNStoSQS": {
"name": "camel.component.aws-sns.subscribeSNStoSQS",
"description": "Define if the subscription between SNS Topic and SQS must be done or not",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sns.autowiredEnabled": {
"name": "camel.component.aws-sns.autowiredEnabled",
"description": "Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sns.accessKey": {
"name": "camel.component.aws-sns.accessKey",
"description": "Amazon AWS Access Key",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sns.secretKey": {
"name": "camel.component.aws-sns.secretKey",
"description": "Amazon AWS Secret Key",
"priority": "MEDIUM",
"required": "false"
}
}
}