blob: 6fadd4c11896a3310731945f9e0261381406cea2 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.googlestorage.CamelGooglestorageSinkConnector",
"artifactId": "camel-google-storage-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-google-storage-sink",
"type": "sink",
"version": "0.11.6-SNAPSHOT",
"description": "Store and retrieve objects from Google Cloud Storage Service using the google-cloud-storage library."
},
"properties": {
"camel.sink.path.bucketName": {
"name": "camel.sink.path.bucketName",
"description": "Bucket name or ARN",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.autoCreateBucket": {
"name": "camel.sink.endpoint.autoCreateBucket",
"description": "Setting the autocreation of the bucket bucketName.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.serviceAccountKey": {
"name": "camel.sink.endpoint.serviceAccountKey",
"description": "The Service account key that can be used as credentials for the Storage client. It can be loaded by default from classpath, but you can prefix with classpath:, file:, or http: to load the resource from different systems.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.storageClass": {
"name": "camel.sink.endpoint.storageClass",
"description": "The Cloud Storage class to use when creating the new buckets",
"defaultValue": "\"STANDARD\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.storageClient": {
"name": "camel.sink.endpoint.storageClient",
"description": "The storage client",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.storageLocation": {
"name": "camel.sink.endpoint.storageLocation",
"description": "The Cloud Storage location to use when creating the new buckets",
"defaultValue": "\"US-EAST1\"",
"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.objectName": {
"name": "camel.sink.endpoint.objectName",
"description": "The Object name inside the bucket",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.operation": {
"name": "camel.sink.endpoint.operation",
"description": "Set the operation for the producer One of: [copyObject] [listObjects] [deleteObject] [deleteBucket] [listBuckets] [getObject] [createDownloadLink]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"copyObject",
"listObjects",
"deleteObject",
"deleteBucket",
"listBuckets",
"getObject",
"createDownloadLink"
]
},
"camel.component.google-storage.autoCreateBucket": {
"name": "camel.component.google-storage.autoCreateBucket",
"description": "Setting the autocreation of the bucket bucketName.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.google-storage.configuration": {
"name": "camel.component.google-storage.configuration",
"description": "The component configuration",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.google-storage.serviceAccountKey": {
"name": "camel.component.google-storage.serviceAccountKey",
"description": "The Service account key that can be used as credentials for the Storage client. It can be loaded by default from classpath, but you can prefix with classpath:, file:, or http: to load the resource from different systems.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.google-storage.storageClass": {
"name": "camel.component.google-storage.storageClass",
"description": "The Cloud Storage class to use when creating the new buckets",
"defaultValue": "\"STANDARD\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.google-storage.storageClient": {
"name": "camel.component.google-storage.storageClient",
"description": "The storage client",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.google-storage.storageLocation": {
"name": "camel.component.google-storage.storageLocation",
"description": "The Cloud Storage location to use when creating the new buckets",
"defaultValue": "\"US-EAST1\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.google-storage.lazyStartProducer": {
"name": "camel.component.google-storage.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.google-storage.objectName": {
"name": "camel.component.google-storage.objectName",
"description": "The Object name inside the bucket",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.google-storage.operation": {
"name": "camel.component.google-storage.operation",
"description": "Set the operation for the producer One of: [copyObject] [listObjects] [deleteObject] [deleteBucket] [listBuckets] [getObject] [createDownloadLink]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"copyObject",
"listObjects",
"deleteObject",
"deleteBucket",
"listBuckets",
"getObject",
"createDownloadLink"
]
},
"camel.component.google-storage.autowiredEnabled": {
"name": "camel.component.google-storage.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"
}
}
}