| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SINK_AWS2LAMBDA_COMPONENT_ACCESS_KEY_CONF |
"camel.component.aws2-lambda.accessKey" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_COMPONENT_ACCESS_KEY_DOC |
"Amazon AWS Access Key" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_COMPONENT_AUTO_DISCOVER_CLIENT_CONF |
"camel.component.aws2-lambda.autoDiscoverClient" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_COMPONENT_AUTO_DISCOVER_CLIENT_DOC |
"Setting the autoDiscoverClient mechanism, if true, the component will look for a client instance in the registry automatically otherwise it will skip that checking." |
public static final String |
CAMEL_SINK_AWS2LAMBDA_COMPONENT_AWS_LAMBDA_CLIENT_CONF |
"camel.component.aws2-lambda.awsLambdaClient" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_COMPONENT_AWS_LAMBDA_CLIENT_DOC |
"To use a existing configured AwsLambdaClient as client" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_COMPONENT_BASIC_PROPERTY_BINDING_CONF |
"camel.component.aws2-lambda.basicPropertyBinding" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_COMPONENT_BASIC_PROPERTY_BINDING_DOC |
"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_COMPONENT_CONFIGURATION_CONF |
"camel.component.aws2-lambda.configuration" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_COMPONENT_CONFIGURATION_DOC |
"Component configuration" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_COMPONENT_LAZY_START_PRODUCER_CONF |
"camel.component.aws2-lambda.lazyStartProducer" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_COMPONENT_LAZY_START_PRODUCER_DOC |
"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." |
public static final String |
CAMEL_SINK_AWS2LAMBDA_COMPONENT_OPERATION_CONF |
"camel.component.aws2-lambda.operation" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_COMPONENT_OPERATION_DEFAULT |
"invokeFunction" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_COMPONENT_OPERATION_DOC |
"The operation to perform. It can be listFunctions, getFunction, createFunction, deleteFunction or invokeFunction One of: [listFunctions] [getFunction] [createAlias] [deleteAlias] [getAlias] [listAliases] [createFunction] [deleteFunction] [invokeFunction] [updateFunction] [createEventSourceMapping] [deleteEventSourceMapping] [listEventSourceMapping] [listTags] [tagResource] [untagResource] [publishVersion] [listVersions]" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_COMPONENT_POJO_REQUEST_CONF |
"camel.component.aws2-lambda.pojoRequest" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_COMPONENT_POJO_REQUEST_DOC |
"If we want to use a POJO request as body or not" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_COMPONENT_PROXY_HOST_CONF |
"camel.component.aws2-lambda.proxyHost" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_COMPONENT_PROXY_HOST_DOC |
"To define a proxy host when instantiating the Lambda client" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_COMPONENT_PROXY_PORT_CONF |
"camel.component.aws2-lambda.proxyPort" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_COMPONENT_PROXY_PORT_DOC |
"To define a proxy port when instantiating the Lambda client" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_COMPONENT_PROXY_PROTOCOL_CONF |
"camel.component.aws2-lambda.proxyProtocol" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_COMPONENT_PROXY_PROTOCOL_DEFAULT |
"HTTPS" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_COMPONENT_PROXY_PROTOCOL_DOC |
"To define a proxy protocol when instantiating the Lambda client One of: [HTTP] [HTTPS]" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_COMPONENT_REGION_CONF |
"camel.component.aws2-lambda.region" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_COMPONENT_REGION_DOC |
"The region in which ECS 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()" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_COMPONENT_SECRET_KEY_CONF |
"camel.component.aws2-lambda.secretKey" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_COMPONENT_SECRET_KEY_DOC |
"Amazon AWS Secret Key" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_COMPONENT_TRUST_ALL_CERTIFICATES_CONF |
"camel.component.aws2-lambda.trustAllCertificates" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_COMPONENT_TRUST_ALL_CERTIFICATES_DOC |
"If we want to trust all certificates in case of overriding the endpoint" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_ENDPOINT_ACCESS_KEY_CONF |
"camel.sink.endpoint.accessKey" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_ENDPOINT_ACCESS_KEY_DOC |
"Amazon AWS Access Key" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_ENDPOINT_AUTO_DISCOVER_CLIENT_CONF |
"camel.sink.endpoint.autoDiscoverClient" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_ENDPOINT_AUTO_DISCOVER_CLIENT_DOC |
"Setting the autoDiscoverClient mechanism, if true, the component will look for a client instance in the registry automatically otherwise it will skip that checking." |
public static final String |
CAMEL_SINK_AWS2LAMBDA_ENDPOINT_AWS_LAMBDA_CLIENT_CONF |
"camel.sink.endpoint.awsLambdaClient" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_ENDPOINT_AWS_LAMBDA_CLIENT_DOC |
"To use a existing configured AwsLambdaClient as client" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_ENDPOINT_BASIC_PROPERTY_BINDING_CONF |
"camel.sink.endpoint.basicPropertyBinding" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_ENDPOINT_BASIC_PROPERTY_BINDING_DOC |
"Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_ENDPOINT_LAZY_START_PRODUCER_CONF |
"camel.sink.endpoint.lazyStartProducer" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_ENDPOINT_LAZY_START_PRODUCER_DOC |
"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." |
public static final String |
CAMEL_SINK_AWS2LAMBDA_ENDPOINT_OPERATION_CONF |
"camel.sink.endpoint.operation" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_ENDPOINT_OPERATION_DEFAULT |
"invokeFunction" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_ENDPOINT_OPERATION_DOC |
"The operation to perform. It can be listFunctions, getFunction, createFunction, deleteFunction or invokeFunction One of: [listFunctions] [getFunction] [createAlias] [deleteAlias] [getAlias] [listAliases] [createFunction] [deleteFunction] [invokeFunction] [updateFunction] [createEventSourceMapping] [deleteEventSourceMapping] [listEventSourceMapping] [listTags] [tagResource] [untagResource] [publishVersion] [listVersions]" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_ENDPOINT_POJO_REQUEST_CONF |
"camel.sink.endpoint.pojoRequest" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_ENDPOINT_POJO_REQUEST_DOC |
"If we want to use a POJO request as body or not" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_ENDPOINT_PROXY_HOST_CONF |
"camel.sink.endpoint.proxyHost" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_ENDPOINT_PROXY_HOST_DOC |
"To define a proxy host when instantiating the Lambda client" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_ENDPOINT_PROXY_PORT_CONF |
"camel.sink.endpoint.proxyPort" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_ENDPOINT_PROXY_PORT_DOC |
"To define a proxy port when instantiating the Lambda client" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_ENDPOINT_PROXY_PROTOCOL_CONF |
"camel.sink.endpoint.proxyProtocol" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_ENDPOINT_PROXY_PROTOCOL_DEFAULT |
"HTTPS" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_ENDPOINT_PROXY_PROTOCOL_DOC |
"To define a proxy protocol when instantiating the Lambda client One of: [HTTP] [HTTPS]" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_ENDPOINT_REGION_CONF |
"camel.sink.endpoint.region" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_ENDPOINT_REGION_DOC |
"The region in which ECS 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()" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_ENDPOINT_SECRET_KEY_CONF |
"camel.sink.endpoint.secretKey" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_ENDPOINT_SECRET_KEY_DOC |
"Amazon AWS Secret Key" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_ENDPOINT_SYNCHRONOUS_CONF |
"camel.sink.endpoint.synchronous" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_ENDPOINT_SYNCHRONOUS_DOC |
"Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported)." |
public static final String |
CAMEL_SINK_AWS2LAMBDA_ENDPOINT_TRUST_ALL_CERTIFICATES_CONF |
"camel.sink.endpoint.trustAllCertificates" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_ENDPOINT_TRUST_ALL_CERTIFICATES_DOC |
"If we want to trust all certificates in case of overriding the endpoint" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_PATH_FUNCTION_CONF |
"camel.sink.path.function" |
public static final String |
CAMEL_SINK_AWS2LAMBDA_PATH_FUNCTION_DOC |
"Name of the Lambda function." |
Copyright © 2020 The Apache Software Foundation. All rights reserved.