blob: e438ee69745b49c5faffd9ebd76c86161ad4488a [file] [log] [blame]
{"component":{"kind":"component","name":"aws2-lambda","title":"AWS Lambda","description":"Manage and invoke AWS Lambda functions using AWS SDK version 2.x.","deprecated":false,"firstVersion":"3.2.0","label":"cloud,computing,serverless","javaType":"org.apache.camel.component.aws2.lambda.Lambda2Component","supportLevel":"Stable","groupId":"org.apache.camel","artifactId":"camel-aws2-lambda","version":"3.18.1","scheme":"aws2-lambda","extendsScheme":"","syntax":"aws2-lambda:function","async":false,"api":false,"consumerOnly":false,"producerOnly":true,"lenientProperties":false},"headers":{"CamelAwsLambdaOperation":{"kind":"header","displayName":"","group":"all","label":"all","required":true,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The operation we want to perform. Override operation passed as query parameter","constantName":"org.apache.camel.component.aws2.lambda.Lambda2Constants#OPERATION"},"CamelAwsLambdaS3Bucket":{"kind":"header","displayName":"","group":"createFunction","label":"createFunction","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.","constantName":"org.apache.camel.component.aws2.lambda.Lambda2Constants#S3_BUCKET"},"CamelAwsLambdaS3Key":{"kind":"header","displayName":"","group":"createFunction","label":"createFunction","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The Amazon S3 object (the deployment package) key name you want to upload.","constantName":"org.apache.camel.component.aws2.lambda.Lambda2Constants#S3_KEY"},"CamelAwsLambdaS3ObjectVersion":{"kind":"header","displayName":"","group":"createFunction","label":"createFunction","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The Amazon S3 object (the deployment package) version you want to upload.","constantName":"org.apache.camel.component.aws2.lambda.Lambda2Constants#S3_OBJECT_VERSION"},"CamelAwsLambdaZipFile":{"kind":"header","displayName":"","group":"createFunction","label":"createFunction","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The local path of the zip file (the deployment package). Content of zip file can also be put in Message body.","constantName":"org.apache.camel.component.aws2.lambda.Lambda2Constants#ZIP_FILE"},"CamelAwsLambdaDescription":{"kind":"header","displayName":"","group":"createFunction","label":"createFunction","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The user-provided description.","constantName":"org.apache.camel.component.aws2.lambda.Lambda2Constants#DESCRIPTION"},"CamelAwsLambdaRole":{"kind":"header","displayName":"","group":"createFunction","label":"createFunction","required":true,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.","constantName":"org.apache.camel.component.aws2.lambda.Lambda2Constants#ROLE"},"CamelAwsLambdaRuntime":{"kind":"header","displayName":"","group":"createFunction","label":"createFunction","required":true,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The runtime environment for the Lambda function you are uploading. (nodejs, nodejs4.3, nodejs6.10, java8, python2.7, python3.6, dotnetcore1.0, odejs4.3-edge)","constantName":"org.apache.camel.component.aws2.lambda.Lambda2Constants#RUNTIME"},"CamelAwsLambdaHandler":{"kind":"header","displayName":"","group":"createFunction","label":"createFunction","required":true,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The function within your code that Lambda calls to begin execution. For Node.js, it is the module-name.export value in your function. For Java, it can be package.class-name::handler or package.class-name.","constantName":"org.apache.camel.component.aws2.lambda.Lambda2Constants#HANDLER"},"CamelAwsLambdaTargetArn":{"kind":"header","displayName":"","group":"createFunction","label":"createFunction","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.","constantName":"org.apache.camel.component.aws2.lambda.Lambda2Constants#TARGET_ARN"},"CamelAwsLambdaMemorySize":{"kind":"header","displayName":"","group":"createFunction","label":"createFunction","required":false,"javaType":"Integer","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.","constantName":"org.apache.camel.component.aws2.lambda.Lambda2Constants#MEMORY_SIZE"},"CamelAwsLambdaKMSKeyArn":{"kind":"header","displayName":"","group":"createFunction","label":"createFunction","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If not provided, AWS Lambda will use a default service key.","constantName":"org.apache.camel.component.aws2.lambda.Lambda2Constants#KMS_KEY_ARN"},"CamelAwsLambdaEnvironmentVariables":{"kind":"header","displayName":"","group":"createFunction","label":"createFunction","required":false,"javaType":"Map<String, String>","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The key-value pairs that represent your environment's configuration settings.","constantName":"org.apache.camel.component.aws2.lambda.Lambda2Constants#ENVIRONMENT_VARIABLES"},"CamelAwsLambdaPublish":{"kind":"header","displayName":"","group":"createFunction updateFunction","label":"createFunction updateFunction","required":false,"javaType":"Boolean","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"This boolean parameter can be used to request AWS Lambda to create the Lambda function and publish a version as an atomic operation.","constantName":"org.apache.camel.component.aws2.lambda.Lambda2Constants#PUBLISH"},"CamelAwsLambdaTimeout":{"kind":"header","displayName":"","group":"createFunction","label":"createFunction","required":false,"javaType":"Integer","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The function execution time at which Lambda should terminate the function. The default is 3 seconds.","constantName":"org.apache.camel.component.aws2.lambda.Lambda2Constants#TIMEOUT"},"CamelAwsLambdaTags":{"kind":"header","displayName":"","group":"createFunction","label":"createFunction","required":false,"javaType":"Map<String, String>","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The list of tags (key-value pairs) assigned to the new function.","constantName":"org.apache.camel.component.aws2.lambda.Lambda2Constants#TAGS"},"CamelAwsLambdaTracingConfig":{"kind":"header","displayName":"","group":"createFunction","label":"createFunction","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"Your function's tracing settings (Active or PassThrough).","constantName":"org.apache.camel.component.aws2.lambda.Lambda2Constants#TRACING_CONFIG"},"CamelAwsLambdaSecurityGroupIds":{"kind":"header","displayName":"","group":"createFunction","label":"createFunction","required":false,"javaType":"List<String>","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"If your Lambda function accesses resources in a VPC, a list of one or more security groups IDs in your VPC.","constantName":"org.apache.camel.component.aws2.lambda.Lambda2Constants#SECURITY_GROUP_IDS"},"CamelAwsLambdaSubnetIds":{"kind":"header","displayName":"","group":"createFunction","label":"createFunction","required":false,"javaType":"List<String>","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"If your Lambda function accesses resources in a VPC, a list of one or more subnet IDs in your VPC.","constantName":"org.apache.camel.component.aws2.lambda.Lambda2Constants#SUBNET_IDS"},"CamelAwsLambdaEventSourceArn":{"kind":"header","displayName":"","group":"createEventSourceMapping","label":"createEventSourceMapping","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The Amazon Resource Name (ARN) of the event source.","constantName":"org.apache.camel.component.aws2.lambda.Lambda2Constants#EVENT_SOURCE_ARN"},"CamelAwsLambdaEventSourceBatchSize":{"kind":"header","displayName":"","group":"createEventSourceMapping","label":"createEventSourceMapping","required":false,"javaType":"Integer","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The maximum number of records in each batch that Lambda pulls from your stream or queue and sends to your function.","constantName":"org.apache.camel.component.aws2.lambda.Lambda2Constants#EVENT_SOURCE_BATCH_SIZE"},"CamelAwsLambdaEventSourceUuid":{"kind":"header","displayName":"","group":"deleteEventSourceMapping","label":"deleteEventSourceMapping","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The identifier of the event source mapping.","constantName":"org.apache.camel.component.aws2.lambda.Lambda2Constants#EVENT_SOURCE_UUID"},"CamelAwsLambdaResourceArn":{"kind":"header","displayName":"","group":"listTags tagResource untagResource","label":"listTags tagResource untagResource","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The function's Amazon Resource Name (ARN).","constantName":"org.apache.camel.component.aws2.lambda.Lambda2Constants#RESOURCE_ARN"},"CamelAwsLambdaResourceTags":{"kind":"header","displayName":"","group":"tagResource","label":"tagResource","required":false,"javaType":"Map<String, String>","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"A list of tags to apply to the function.","constantName":"org.apache.camel.component.aws2.lambda.Lambda2Constants#RESOURCE_TAGS"},"CamelAwsLambdaResourceTagKeys":{"kind":"header","displayName":"","group":"untagResource","label":"untagResource","required":false,"javaType":"List<String>","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"A list of tag keys to remove from the function.","constantName":"org.apache.camel.component.aws2.lambda.Lambda2Constants#RESOURCE_TAG_KEYS"},"CamelAwsLambdaVersionDescription":{"kind":"header","displayName":"","group":"publishVersion","label":"publishVersion","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"A description for the version to override the description in the function configuration.","constantName":"org.apache.camel.component.aws2.lambda.Lambda2Constants#VERSION_DESCRIPTION"},"CamelAwsLambdaVersionRevisionId":{"kind":"header","displayName":"","group":"publishVersion","label":"publishVersion","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"Only update the function if the revision ID matches the ID that's specified.","constantName":"org.apache.camel.component.aws2.lambda.Lambda2Constants#VERSION_REVISION_ID"},"CamelAwsLambdaFunctionVersion":{"kind":"header","displayName":"","group":"createAlias listAliases","label":"createAlias listAliases","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The function version to set in the alias","constantName":"org.apache.camel.component.aws2.lambda.Lambda2Constants#FUNCTION_VERSION"},"CamelAwsLambdaAliasFunctionName":{"kind":"header","displayName":"","group":"createAlias deleteAlias getAlias","label":"createAlias deleteAlias getAlias","required":true,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The function name of the alias","constantName":"org.apache.camel.component.aws2.lambda.Lambda2Constants#FUNCTION_ALIAS_NAME"},"CamelAwsLambdaAliasFunctionDescription":{"kind":"header","displayName":"","group":"createAlias","label":"createAlias","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The function description to set in the alias","constantName":"org.apache.camel.component.aws2.lambda.Lambda2Constants#FUNCTION_ALIAS_DESCRIPTION"}},"properties":{"function":{"kind":"path","displayName":"Function","group":"producer","label":"","required":true,"type":"string","javaType":"java.lang.String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"Name of the Lambda function."},"operation":{"kind":"parameter","displayName":"Operation","group":"producer","label":"","required":false,"type":"object","javaType":"org.apache.camel.component.aws2.lambda.Lambda2Operations","enum":["listFunctions","getFunction","createAlias","deleteAlias","getAlias","listAliases","createFunction","deleteFunction","invokeFunction","updateFunction","createEventSourceMapping","deleteEventSourceMapping","listEventSourceMapping","listTags","tagResource","untagResource","publishVersion","listVersions"],"deprecated":false,"autowired":false,"secret":false,"defaultValue":"invokeFunction","configurationClass":"org.apache.camel.component.aws2.lambda.Lambda2Configuration","configurationField":"configuration","description":"The operation to perform. It can be listFunctions, getFunction, createFunction, deleteFunction or invokeFunction"},"overrideEndpoint":{"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.lambda.Lambda2Configuration","configurationField":"configuration","description":"Set the need for overidding the endpoint. This option needs to be used in combination with uriEndpointOverride option"},"pojoRequest":{"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.lambda.Lambda2Configuration","configurationField":"configuration","description":"If we want to use a POJO request as body or not"},"region":{"kind":"parameter","displayName":"Region","group":"producer","label":"","required":false,"type":"string","javaType":"java.lang.String","deprecated":false,"autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.aws2.lambda.Lambda2Configuration","configurationField":"configuration","description":"The region in which Lambda 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":{"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.lambda.Lambda2Configuration","configurationField":"configuration","description":"If we want to trust all certificates in case of overriding the endpoint"},"uriEndpointOverride":{"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.lambda.Lambda2Configuration","configurationField":"configuration","description":"Set the overriding uri endpoint. This option needs to be used in combination with overrideEndpoint option"},"useDefaultCredentialsProvider":{"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.lambda.Lambda2Configuration","configurationField":"configuration","description":"Set whether the Lambda client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in."},"lazyStartProducer":{"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."},"awsLambdaClient":{"kind":"parameter","displayName":"Aws Lambda Client","group":"advanced","label":"advanced","required":false,"type":"object","javaType":"software.amazon.awssdk.services.lambda.LambdaClient","deprecated":false,"deprecationNote":"","autowired":true,"secret":false,"configurationClass":"org.apache.camel.component.aws2.lambda.Lambda2Configuration","configurationField":"configuration","description":"To use a existing configured AwsLambdaClient as client"},"proxyHost":{"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.lambda.Lambda2Configuration","configurationField":"configuration","description":"To define a proxy host when instantiating the Lambda client"},"proxyPort":{"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.lambda.Lambda2Configuration","configurationField":"configuration","description":"To define a proxy port when instantiating the Lambda client"},"proxyProtocol":{"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.lambda.Lambda2Configuration","configurationField":"configuration","description":"To define a proxy protocol when instantiating the Lambda client"},"accessKey":{"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.lambda.Lambda2Configuration","configurationField":"configuration","description":"Amazon AWS Access Key"},"secretKey":{"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.lambda.Lambda2Configuration","configurationField":"configuration","description":"Amazon AWS Secret Key"}}}