Add component definition: aws2-redshift-data

This commit is contained in:
gitea_admin 2026-03-11 14:25:21 +00:00
parent 1680f72711
commit 5c6aa5c633

778
component.json Normal file
View File

@ -0,0 +1,778 @@
{
"component": {
"kind": "component",
"name": "aws2-redshift-data",
"title": "AWS RedshiftData",
"description": "Perform operations on AWS Redshift using Redshift Data API.",
"deprecated": false,
"firstVersion": "4.1.0",
"label": "cloud,serverless,database,bigdata",
"javaType": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Component",
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-aws2-redshift",
"version": "4.10.2",
"scheme": "aws2-redshift-data",
"extendsScheme": "",
"syntax": "aws2-redshift-data:label",
"async": false,
"api": false,
"consumerOnly": false,
"producerOnly": true,
"lenientProperties": false,
"browsable": false,
"remote": true
},
"headers": {
"CamelAwsRedshiftDataOperation": {
"index": 0,
"kind": "header",
"displayName": "",
"group": "producer",
"label": "",
"required": false,
"javaType": "String",
"deprecated": false,
"deprecationNote": "",
"autowired": false,
"secret": false,
"description": "The operation we want to perform",
"constantName": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Constants#OPERATION"
},
"CamelAwsRedshiftDataClusterIdentifier": {
"index": 1,
"kind": "header",
"displayName": "",
"group": "producer",
"label": "",
"required": false,
"javaType": "String",
"deprecated": false,
"deprecationNote": "",
"autowired": false,
"secret": false,
"description": "The cluster identifier.",
"constantName": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Constants#CLUSTER_IDENTIFIER"
},
"CamelAwsRedshiftDataSecretArn": {
"index": 2,
"kind": "header",
"displayName": "",
"group": "producer",
"label": "",
"required": false,
"javaType": "String",
"deprecated": false,
"deprecationNote": "",
"autowired": false,
"secret": false,
"description": "The name or ARN of the secret that enables access to the database.",
"constantName": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Constants#SECRET_ARN"
},
"CamelAwsRedshiftDataDatabase": {
"index": 3,
"kind": "header",
"displayName": "",
"group": "producer",
"label": "",
"required": false,
"javaType": "String",
"deprecated": false,
"deprecationNote": "",
"autowired": false,
"secret": false,
"description": "The name of the database.",
"constantName": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Constants#DATABASE"
},
"CamelAwsRedshiftDataWorkGroupName": {
"index": 4,
"kind": "header",
"displayName": "",
"group": "producer",
"label": "",
"required": false,
"javaType": "String",
"deprecated": false,
"deprecationNote": "",
"autowired": false,
"secret": false,
"description": "The serverless workgroup name or Amazon Resource Name (ARN).",
"constantName": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Constants#WORKGROUP_NAME"
},
"CamelAwsRedshiftDataDatabasesMaxResults": {
"index": 5,
"kind": "header",
"displayName": "",
"group": "producer",
"label": "",
"required": false,
"javaType": "Integer",
"deprecated": false,
"deprecationNote": "",
"autowired": false,
"secret": false,
"description": "The maximum number of databases to return in the response.",
"constantName": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Constants#LIST_DATABASES_MAX_RESULTS"
},
"CamelAwsRedshiftDataDbUser": {
"index": 6,
"kind": "header",
"displayName": "",
"group": "producer",
"label": "",
"required": false,
"javaType": "String",
"deprecated": false,
"deprecationNote": "",
"autowired": false,
"secret": false,
"description": "The database user name.",
"constantName": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Constants#DB_USER"
},
"CamelAwsRedshiftDataConnectedDatabase": {
"index": 7,
"kind": "header",
"displayName": "",
"group": "producer",
"label": "",
"required": false,
"javaType": "String",
"deprecated": false,
"deprecationNote": "",
"autowired": false,
"secret": false,
"description": "A database name.",
"constantName": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Constants#CONNECTED_DATABASE"
},
"CamelAwsRedshiftDataSchemaPattern": {
"index": 8,
"kind": "header",
"displayName": "",
"group": "producer",
"label": "",
"required": false,
"javaType": "String",
"deprecated": false,
"deprecationNote": "",
"autowired": false,
"secret": false,
"description": "A pattern to filter results by schema name.",
"constantName": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Constants#SCHEMA_PATTERN"
},
"CamelAwsRedshiftDataSchemasMaxResults": {
"index": 9,
"kind": "header",
"displayName": "",
"group": "producer",
"label": "",
"required": false,
"javaType": "Integer",
"deprecated": false,
"deprecationNote": "",
"autowired": false,
"secret": false,
"description": "The maximum number of schemas to return in the response.",
"constantName": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Constants#LIST_SCHEMAS_MAX_RESULTS"
},
"CamelAwsRedshiftDataStatementsMaxResults": {
"index": 10,
"kind": "header",
"displayName": "",
"group": "producer",
"label": "",
"required": false,
"javaType": "Integer",
"deprecated": false,
"deprecationNote": "",
"autowired": false,
"secret": false,
"description": "The maximum number of SQL statements to return in the response.",
"constantName": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Constants#LIST_STATEMENTS_MAX_RESULTS"
},
"CamelAwsRedshiftDataStatementName": {
"index": 11,
"kind": "header",
"displayName": "",
"group": "producer",
"label": "",
"required": false,
"javaType": "String",
"deprecated": false,
"deprecationNote": "",
"autowired": false,
"secret": false,
"description": "The name of the SQL statement specified as input to BatchExecuteStatement or ExecuteStatement to identify the query.",
"constantName": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Constants#STATEMENT_NAME"
},
"CamelAwsRedshiftDataStatus": {
"index": 12,
"kind": "header",
"displayName": "",
"group": "producer",
"label": "",
"required": false,
"javaType": "String",
"deprecated": false,
"deprecationNote": "",
"autowired": false,
"secret": false,
"description": "The status of the SQL statement to list.",
"constantName": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Constants#STATUS"
},
"CamelAwsRedshiftDataRoleLevel": {
"index": 13,
"kind": "header",
"displayName": "",
"group": "producer",
"label": "",
"required": false,
"javaType": "Boolean",
"deprecated": false,
"deprecationNote": "",
"autowired": false,
"secret": false,
"description": "A value that filters which statements to return in the response.",
"constantName": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Constants#ROLE_LEVEL"
},
"CamelAwsRedshiftDataTablesMaxResults": {
"index": 14,
"kind": "header",
"displayName": "",
"group": "producer",
"label": "",
"required": false,
"javaType": "Integer",
"deprecated": false,
"deprecationNote": "",
"autowired": false,
"secret": false,
"description": "The maximum number of tables to return in the response.",
"constantName": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Constants#LIST_TABLES_MAX_RESULTS"
},
"CamelAwsRedshiftDataTablePattern": {
"index": 15,
"kind": "header",
"displayName": "",
"group": "producer",
"label": "",
"required": false,
"javaType": "String",
"deprecated": false,
"deprecationNote": "",
"autowired": false,
"secret": false,
"description": "A pattern to filter results by table name.",
"constantName": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Constants#TABLE_PATTERN"
},
"CamelAwsRedshiftDataTable": {
"index": 16,
"kind": "header",
"displayName": "",
"group": "producer",
"label": "",
"required": false,
"javaType": "String",
"deprecated": false,
"deprecationNote": "",
"autowired": false,
"secret": false,
"description": "The name of the table.",
"constantName": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Constants#TABLE"
},
"CamelAwsRedshiftDataSchema": {
"index": 17,
"kind": "header",
"displayName": "",
"group": "producer",
"label": "",
"required": false,
"javaType": "String",
"deprecated": false,
"deprecationNote": "",
"autowired": false,
"secret": false,
"description": "The schema that contains the table.",
"constantName": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Constants#SCHEMA"
},
"CamelAwsRedshiftDataDescribeTableMaxResults": {
"index": 18,
"kind": "header",
"displayName": "",
"group": "producer",
"label": "",
"required": false,
"javaType": "Integer",
"deprecated": false,
"deprecationNote": "",
"autowired": false,
"secret": false,
"description": "The maximum number of tables to return in the response.",
"constantName": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Constants#DESCRIBE_TABLE_MAX_RESULTS"
},
"CamelAwsRedshiftDataStatementId": {
"index": 19,
"kind": "header",
"displayName": "",
"group": "producer",
"label": "",
"required": false,
"javaType": "String",
"deprecated": false,
"deprecationNote": "",
"autowired": false,
"secret": false,
"description": "ID of the statement",
"constantName": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Constants#STATEMENT_ID"
},
"CamelAwsRedshiftDataWithEvent": {
"index": 20,
"kind": "header",
"displayName": "",
"group": "producer",
"label": "",
"required": false,
"javaType": "Boolean",
"deprecated": false,
"deprecationNote": "",
"autowired": false,
"secret": false,
"description": "A value that indicates whether to send an event to the Amazon EventBridge event bus after the SQL statement runs.",
"constantName": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Constants#WITH_EVENT"
},
"CamelAwsRedshiftDataClientToken": {
"index": 21,
"kind": "header",
"displayName": "",
"group": "producer",
"label": "",
"required": false,
"javaType": "String",
"deprecated": false,
"deprecationNote": "",
"autowired": false,
"secret": false,
"description": "A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.",
"constantName": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Constants#CLIENT_TOKEN"
},
"CamelAwsRedshiftDataSqlStatement": {
"index": 22,
"kind": "header",
"displayName": "",
"group": "producer",
"label": "",
"required": false,
"javaType": "String",
"deprecated": false,
"deprecationNote": "",
"autowired": false,
"secret": false,
"description": "The SQL statement text to run.",
"constantName": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Constants#SQL_STATEMENT"
},
"CamelAwsRedshiftDataSqlParameterList": {
"index": 23,
"kind": "header",
"displayName": "",
"group": "producer",
"label": "",
"required": false,
"javaType": "List<SqlParameterList>",
"deprecated": false,
"deprecationNote": "",
"autowired": false,
"secret": false,
"description": "The parameters for the SQL statement.",
"constantName": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Constants#SQL_PARAMETER_LIST"
},
"CamelAwsRedshiftDataSqlStatementList": {
"index": 24,
"kind": "header",
"displayName": "",
"group": "producer",
"label": "",
"required": false,
"javaType": "List",
"deprecated": false,
"deprecationNote": "",
"autowired": false,
"secret": false,
"description": "The List of SQL statements text to run.",
"constantName": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Constants#SQL_STATEMENT_LIST"
}
},
"properties": {
"label": {
"index": 0,
"kind": "path",
"displayName": "Label",
"group": "producer",
"label": "",
"required": true,
"type": "string",
"javaType": "java.lang.String",
"deprecated": false,
"deprecationNote": "",
"autowired": false,
"secret": false,
"configurationClass": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Configuration",
"configurationField": "configuration",
"description": "Logical name"
},
"operation": {
"index": 1,
"kind": "parameter",
"displayName": "Operation",
"group": "producer",
"label": "",
"required": true,
"type": "object",
"javaType": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Operations",
"enum": [
"listDatabases",
"listSchemas",
"listStatements",
"listTables",
"describeTable",
"executeStatement",
"batchExecuteStatement",
"cancelStatement",
"describeStatement",
"getStatementResult"
],
"deprecated": false,
"deprecationNote": "",
"autowired": false,
"secret": false,
"configurationClass": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Configuration",
"configurationField": "configuration",
"description": "The operation to perform. It can be batchExecuteStatement, cancelStatement, describeStatement, describeTable, executeStatement, getStatementResult, listDatabases, listSchemas, listStatements or listTables"
},
"overrideEndpoint": {
"index": 2,
"kind": "parameter",
"displayName": "Override Endpoint",
"group": "producer",
"label": "",
"required": false,
"type": "boolean",
"javaType": "boolean",
"deprecated": false,
"autowired": false,
"secret": false,
"defaultValue": false,
"configurationClass": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Configuration",
"configurationField": "configuration",
"description": "Set the need for overriding the endpoint. This option needs to be used in combination with the uriEndpointOverride option"
},
"pojoRequest": {
"index": 3,
"kind": "parameter",
"displayName": "Pojo Request",
"group": "producer",
"label": "",
"required": false,
"type": "boolean",
"javaType": "boolean",
"deprecated": false,
"autowired": false,
"secret": false,
"defaultValue": false,
"configurationClass": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Configuration",
"configurationField": "configuration",
"description": "If we want to use a POJO request as body or not"
},
"profileCredentialsName": {
"index": 4,
"kind": "parameter",
"displayName": "Profile Credentials Name",
"group": "producer",
"label": "",
"required": false,
"type": "string",
"javaType": "java.lang.String",
"deprecated": false,
"autowired": false,
"secret": false,
"configurationClass": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Configuration",
"configurationField": "configuration",
"description": "If using a profile credentials provider, this parameter will set the profile name"
},
"region": {
"index": 5,
"kind": "parameter",
"displayName": "Region",
"group": "producer",
"label": "",
"required": false,
"type": "string",
"javaType": "java.lang.String",
"enum": [
"ap-south-2",
"ap-south-1",
"eu-south-1",
"eu-south-2",
"us-gov-east-1",
"me-central-1",
"il-central-1",
"ca-central-1",
"eu-central-1",
"us-iso-west-1",
"eu-central-2",
"eu-isoe-west-1",
"us-west-1",
"us-west-2",
"af-south-1",
"eu-north-1",
"eu-west-3",
"eu-west-2",
"eu-west-1",
"ap-northeast-3",
"ap-northeast-2",
"ap-northeast-1",
"me-south-1",
"sa-east-1",
"ap-east-1",
"cn-north-1",
"ca-west-1",
"us-gov-west-1",
"ap-southeast-1",
"ap-southeast-2",
"us-iso-east-1",
"ap-southeast-3",
"ap-southeast-4",
"us-east-1",
"us-east-2",
"cn-northwest-1",
"us-isob-east-1",
"aws-global",
"aws-cn-global",
"aws-us-gov-global",
"aws-iso-global",
"aws-iso-b-global"
],
"deprecated": false,
"autowired": false,
"secret": false,
"configurationClass": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Configuration",
"configurationField": "configuration",
"description": "The region in which RedshiftData client needs to work. When using this parameter, the configuration will expect the lowercase name of the region (for example, ap-east-1) You'll need to use the name Region.EU_WEST_1.id()"
},
"trustAllCertificates": {
"index": 6,
"kind": "parameter",
"displayName": "Trust All Certificates",
"group": "producer",
"label": "",
"required": false,
"type": "boolean",
"javaType": "boolean",
"deprecated": false,
"autowired": false,
"secret": false,
"defaultValue": false,
"configurationClass": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Configuration",
"configurationField": "configuration",
"description": "If we want to trust all certificates in case of overriding the endpoint"
},
"uriEndpointOverride": {
"index": 7,
"kind": "parameter",
"displayName": "Uri Endpoint Override",
"group": "producer",
"label": "",
"required": false,
"type": "string",
"javaType": "java.lang.String",
"deprecated": false,
"autowired": false,
"secret": false,
"configurationClass": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Configuration",
"configurationField": "configuration",
"description": "Set the overriding uri endpoint. This option needs to be used in combination with overrideEndpoint option"
},
"useDefaultCredentialsProvider": {
"index": 8,
"kind": "parameter",
"displayName": "Use Default Credentials Provider",
"group": "producer",
"label": "",
"required": false,
"type": "boolean",
"javaType": "boolean",
"deprecated": false,
"autowired": false,
"secret": false,
"defaultValue": false,
"configurationClass": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Configuration",
"configurationField": "configuration",
"description": "Set whether the RedshiftData client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in."
},
"useProfileCredentialsProvider": {
"index": 9,
"kind": "parameter",
"displayName": "Use Profile Credentials Provider",
"group": "producer",
"label": "",
"required": false,
"type": "boolean",
"javaType": "boolean",
"deprecated": false,
"autowired": false,
"secret": false,
"defaultValue": false,
"configurationClass": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Configuration",
"configurationField": "configuration",
"description": "Set whether the RedshiftData client should expect to load credentials through a profile credentials provider."
},
"lazyStartProducer": {
"index": 10,
"kind": "parameter",
"displayName": "Lazy Start Producer",
"group": "producer (advanced)",
"label": "producer,advanced",
"required": false,
"type": "boolean",
"javaType": "boolean",
"deprecated": false,
"autowired": false,
"secret": false,
"defaultValue": false,
"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."
},
"awsRedshiftDataClient": {
"index": 11,
"kind": "parameter",
"displayName": "Aws Redshift Data Client",
"group": "advanced",
"label": "advanced",
"required": false,
"type": "object",
"javaType": "software.amazon.awssdk.services.redshiftdata.RedshiftDataClient",
"deprecated": false,
"deprecationNote": "",
"autowired": true,
"secret": false,
"configurationClass": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Configuration",
"configurationField": "configuration",
"description": "To use an existing configured AwsRedshiftDataClient client"
},
"proxyHost": {
"index": 12,
"kind": "parameter",
"displayName": "Proxy Host",
"group": "proxy",
"label": "proxy",
"required": false,
"type": "string",
"javaType": "java.lang.String",
"deprecated": false,
"autowired": false,
"secret": false,
"configurationClass": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Configuration",
"configurationField": "configuration",
"description": "To define a proxy host when instantiating the RedshiftData client"
},
"proxyPort": {
"index": 13,
"kind": "parameter",
"displayName": "Proxy Port",
"group": "proxy",
"label": "proxy",
"required": false,
"type": "integer",
"javaType": "java.lang.Integer",
"deprecated": false,
"autowired": false,
"secret": false,
"configurationClass": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Configuration",
"configurationField": "configuration",
"description": "To define a proxy port when instantiating the RedshiftData client"
},
"proxyProtocol": {
"index": 14,
"kind": "parameter",
"displayName": "Proxy Protocol",
"group": "proxy",
"label": "proxy",
"required": false,
"type": "object",
"javaType": "software.amazon.awssdk.core.Protocol",
"enum": [
"HTTP",
"HTTPS"
],
"deprecated": false,
"autowired": false,
"secret": false,
"defaultValue": "HTTPS",
"configurationClass": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Configuration",
"configurationField": "configuration",
"description": "To define a proxy protocol when instantiating the RedshiftData client"
},
"accessKey": {
"index": 15,
"kind": "parameter",
"displayName": "Access Key",
"group": "security",
"label": "security",
"required": false,
"type": "string",
"javaType": "java.lang.String",
"deprecated": false,
"autowired": false,
"secret": true,
"configurationClass": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Configuration",
"configurationField": "configuration",
"description": "Amazon AWS Access Key"
},
"secretKey": {
"index": 16,
"kind": "parameter",
"displayName": "Secret Key",
"group": "security",
"label": "security",
"required": false,
"type": "string",
"javaType": "java.lang.String",
"deprecated": false,
"autowired": false,
"secret": true,
"configurationClass": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Configuration",
"configurationField": "configuration",
"description": "Amazon AWS Secret Key"
},
"sessionToken": {
"index": 17,
"kind": "parameter",
"displayName": "Session Token",
"group": "security",
"label": "security",
"required": false,
"type": "string",
"javaType": "java.lang.String",
"deprecated": false,
"autowired": false,
"secret": true,
"configurationClass": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Configuration",
"configurationField": "configuration",
"description": "Amazon AWS Session Token used when the user needs to assume an IAM role"
},
"useSessionCredentials": {
"index": 18,
"kind": "parameter",
"displayName": "Use Session Credentials",
"group": "security",
"label": "security",
"required": false,
"type": "boolean",
"javaType": "boolean",
"deprecated": false,
"autowired": false,
"secret": false,
"defaultValue": false,
"configurationClass": "org.apache.camel.component.aws2.redshift.data.RedshiftData2Configuration",
"configurationField": "configuration",
"description": "Set whether the Redshift client should expect to use Session Credentials. This is useful in a situation in which the user needs to assume an IAM role for doing operations in Redshift."
}
}
}