blob: 88d3b309650c94ea4628652493a35881d0732d3f [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.awskinesisfirehosesink.CamelAwskinesisfirehosesinkSinkConnector",
"artifactId": "camel-aws-kinesis-firehose-sink-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-aws-kinesis-firehose-sink-sink",
"type": "sink",
"version": "3.19.0-SNAPSHOT",
"description": "Send message to an AWS Kinesis Firehose Stream\n\nAccess Key\/Secret Key are the basic method for authenticating to the AWS Kinesis Firehose Service. These parameters are optional because the Kamelet provides the 'useDefaultCredentialsProvider'.\n\nWhen using a default Credentials Provider the Kinesis Firehose 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-kinesis-firehose-sink.streamName": {
"name": "camel.kamelet.aws-kinesis-firehose-sink.streamName",
"description": "The name of the stream we want to send to data to",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.aws-kinesis-firehose-sink.accessKey": {
"name": "camel.kamelet.aws-kinesis-firehose-sink.accessKey",
"description": "The access key obtained from AWS.",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-kinesis-firehose-sink.secretKey": {
"name": "camel.kamelet.aws-kinesis-firehose-sink.secretKey",
"description": "The secret key obtained from AWS.",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-kinesis-firehose-sink.region": {
"name": "camel.kamelet.aws-kinesis-firehose-sink.region",
"description": "The AWS region to access.",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.aws-kinesis-firehose-sink.useDefaultCredentialsProvider": {
"name": "camel.kamelet.aws-kinesis-firehose-sink.useDefaultCredentialsProvider",
"description": "Set whether the Kinesis Firehose 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-kinesis-firehose-sink.uriEndpointOverride": {
"name": "camel.kamelet.aws-kinesis-firehose-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-kinesis-firehose-sink.overrideEndpoint": {
"name": "camel.kamelet.aws-kinesis-firehose-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"
}
}
}