| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SINK_AWSDDB_COMPONENT_ACCESS_KEY_CONF |
"camel.component.aws-ddb.accessKey" |
public static final String |
CAMEL_SINK_AWSDDB_COMPONENT_ACCESS_KEY_DOC |
"Amazon AWS Access Key" |
public static final String |
CAMEL_SINK_AWSDDB_COMPONENT_AMAZON_DDBCLIENT_CONF |
"camel.component.aws-ddb.amazonDDBClient" |
public static final String |
CAMEL_SINK_AWSDDB_COMPONENT_AMAZON_DDBCLIENT_DOC |
"To use the AmazonDynamoDB as the client" |
public static final String |
CAMEL_SINK_AWSDDB_COMPONENT_BASIC_PROPERTY_BINDING_CONF |
"camel.component.aws-ddb.basicPropertyBinding" |
public static final String |
CAMEL_SINK_AWSDDB_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_AWSDDB_COMPONENT_CONFIGURATION_CONF |
"camel.component.aws-ddb.configuration" |
public static final String |
CAMEL_SINK_AWSDDB_COMPONENT_CONFIGURATION_DOC |
"The component configuration" |
public static final String |
CAMEL_SINK_AWSDDB_COMPONENT_CONSISTENT_READ_CONF |
"camel.component.aws-ddb.consistentRead" |
public static final String |
CAMEL_SINK_AWSDDB_COMPONENT_CONSISTENT_READ_DOC |
"Determines whether or not strong consistency should be enforced when data is read." |
public static final String |
CAMEL_SINK_AWSDDB_COMPONENT_KEY_ATTRIBUTE_NAME_CONF |
"camel.component.aws-ddb.keyAttributeName" |
public static final String |
CAMEL_SINK_AWSDDB_COMPONENT_KEY_ATTRIBUTE_NAME_DOC |
"Attribute name when creating table" |
public static final String |
CAMEL_SINK_AWSDDB_COMPONENT_KEY_ATTRIBUTE_TYPE_CONF |
"camel.component.aws-ddb.keyAttributeType" |
public static final String |
CAMEL_SINK_AWSDDB_COMPONENT_KEY_ATTRIBUTE_TYPE_DOC |
"Attribute type when creating table" |
public static final String |
CAMEL_SINK_AWSDDB_COMPONENT_LAZY_START_PRODUCER_CONF |
"camel.component.aws-ddb.lazyStartProducer" |
public static final String |
CAMEL_SINK_AWSDDB_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_AWSDDB_COMPONENT_OPERATION_CONF |
"camel.component.aws-ddb.operation" |
public static final String |
CAMEL_SINK_AWSDDB_COMPONENT_OPERATION_DEFAULT |
"PutItem" |
public static final String |
CAMEL_SINK_AWSDDB_COMPONENT_OPERATION_DOC |
"What operation to perform One of: [BatchGetItems] [DeleteItem] [DeleteTable] [DescribeTable] [GetItem] [PutItem] [Query] [Scan] [UpdateItem] [UpdateTable]" |
public static final String |
CAMEL_SINK_AWSDDB_COMPONENT_PROXY_HOST_CONF |
"camel.component.aws-ddb.proxyHost" |
public static final String |
CAMEL_SINK_AWSDDB_COMPONENT_PROXY_HOST_DOC |
"To define a proxy host when instantiating the DDB client" |
public static final String |
CAMEL_SINK_AWSDDB_COMPONENT_PROXY_PORT_CONF |
"camel.component.aws-ddb.proxyPort" |
public static final String |
CAMEL_SINK_AWSDDB_COMPONENT_PROXY_PORT_DOC |
"To define a proxy port when instantiating the DDB client. When using this parameter, the configuration will expect the capitalized name of the region (for example AP_EAST_1) You\'ll need to use the name Regions.EU_WEST_1.name()" |
public static final String |
CAMEL_SINK_AWSDDB_COMPONENT_PROXY_PROTOCOL_CONF |
"camel.component.aws-ddb.proxyProtocol" |
public static final String |
CAMEL_SINK_AWSDDB_COMPONENT_PROXY_PROTOCOL_DEFAULT |
"HTTPS" |
public static final String |
CAMEL_SINK_AWSDDB_COMPONENT_PROXY_PROTOCOL_DOC |
"To define a proxy protocol when instantiating the DDB client One of: [HTTP] [HTTPS]" |
public static final String |
CAMEL_SINK_AWSDDB_COMPONENT_READ_CAPACITY_CONF |
"camel.component.aws-ddb.readCapacity" |
public static final String |
CAMEL_SINK_AWSDDB_COMPONENT_READ_CAPACITY_DOC |
"The provisioned throughput to reserve for reading resources from your table" |
public static final String |
CAMEL_SINK_AWSDDB_COMPONENT_REGION_CONF |
"camel.component.aws-ddb.region" |
public static final String |
CAMEL_SINK_AWSDDB_COMPONENT_REGION_DOC |
"The region in which DDB client needs to work" |
public static final String |
CAMEL_SINK_AWSDDB_COMPONENT_SECRET_KEY_CONF |
"camel.component.aws-ddb.secretKey" |
public static final String |
CAMEL_SINK_AWSDDB_COMPONENT_SECRET_KEY_DOC |
"Amazon AWS Secret Key" |
public static final String |
CAMEL_SINK_AWSDDB_COMPONENT_WRITE_CAPACITY_CONF |
"camel.component.aws-ddb.writeCapacity" |
public static final String |
CAMEL_SINK_AWSDDB_COMPONENT_WRITE_CAPACITY_DOC |
"The provisioned throughput to reserved for writing resources to your table" |
public static final String |
CAMEL_SINK_AWSDDB_ENDPOINT_ACCESS_KEY_CONF |
"camel.sink.endpoint.accessKey" |
public static final String |
CAMEL_SINK_AWSDDB_ENDPOINT_ACCESS_KEY_DOC |
"Amazon AWS Access Key" |
public static final String |
CAMEL_SINK_AWSDDB_ENDPOINT_AMAZON_DDBCLIENT_CONF |
"camel.sink.endpoint.amazonDDBClient" |
public static final String |
CAMEL_SINK_AWSDDB_ENDPOINT_AMAZON_DDBCLIENT_DOC |
"To use the AmazonDynamoDB as the client" |
public static final String |
CAMEL_SINK_AWSDDB_ENDPOINT_BASIC_PROPERTY_BINDING_CONF |
"camel.sink.endpoint.basicPropertyBinding" |
public static final String |
CAMEL_SINK_AWSDDB_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_AWSDDB_ENDPOINT_CONSISTENT_READ_CONF |
"camel.sink.endpoint.consistentRead" |
public static final String |
CAMEL_SINK_AWSDDB_ENDPOINT_CONSISTENT_READ_DOC |
"Determines whether or not strong consistency should be enforced when data is read." |
public static final String |
CAMEL_SINK_AWSDDB_ENDPOINT_KEY_ATTRIBUTE_NAME_CONF |
"camel.sink.endpoint.keyAttributeName" |
public static final String |
CAMEL_SINK_AWSDDB_ENDPOINT_KEY_ATTRIBUTE_NAME_DOC |
"Attribute name when creating table" |
public static final String |
CAMEL_SINK_AWSDDB_ENDPOINT_KEY_ATTRIBUTE_TYPE_CONF |
"camel.sink.endpoint.keyAttributeType" |
public static final String |
CAMEL_SINK_AWSDDB_ENDPOINT_KEY_ATTRIBUTE_TYPE_DOC |
"Attribute type when creating table" |
public static final String |
CAMEL_SINK_AWSDDB_ENDPOINT_LAZY_START_PRODUCER_CONF |
"camel.sink.endpoint.lazyStartProducer" |
public static final String |
CAMEL_SINK_AWSDDB_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_AWSDDB_ENDPOINT_OPERATION_CONF |
"camel.sink.endpoint.operation" |
public static final String |
CAMEL_SINK_AWSDDB_ENDPOINT_OPERATION_DEFAULT |
"PutItem" |
public static final String |
CAMEL_SINK_AWSDDB_ENDPOINT_OPERATION_DOC |
"What operation to perform One of: [BatchGetItems] [DeleteItem] [DeleteTable] [DescribeTable] [GetItem] [PutItem] [Query] [Scan] [UpdateItem] [UpdateTable]" |
public static final String |
CAMEL_SINK_AWSDDB_ENDPOINT_PROXY_HOST_CONF |
"camel.sink.endpoint.proxyHost" |
public static final String |
CAMEL_SINK_AWSDDB_ENDPOINT_PROXY_HOST_DOC |
"To define a proxy host when instantiating the DDB client" |
public static final String |
CAMEL_SINK_AWSDDB_ENDPOINT_PROXY_PORT_CONF |
"camel.sink.endpoint.proxyPort" |
public static final String |
CAMEL_SINK_AWSDDB_ENDPOINT_PROXY_PORT_DOC |
"To define a proxy port when instantiating the DDB client. When using this parameter, the configuration will expect the capitalized name of the region (for example AP_EAST_1) You\'ll need to use the name Regions.EU_WEST_1.name()" |
public static final String |
CAMEL_SINK_AWSDDB_ENDPOINT_PROXY_PROTOCOL_CONF |
"camel.sink.endpoint.proxyProtocol" |
public static final String |
CAMEL_SINK_AWSDDB_ENDPOINT_PROXY_PROTOCOL_DEFAULT |
"HTTPS" |
public static final String |
CAMEL_SINK_AWSDDB_ENDPOINT_PROXY_PROTOCOL_DOC |
"To define a proxy protocol when instantiating the DDB client One of: [HTTP] [HTTPS]" |
public static final String |
CAMEL_SINK_AWSDDB_ENDPOINT_READ_CAPACITY_CONF |
"camel.sink.endpoint.readCapacity" |
public static final String |
CAMEL_SINK_AWSDDB_ENDPOINT_READ_CAPACITY_DOC |
"The provisioned throughput to reserve for reading resources from your table" |
public static final String |
CAMEL_SINK_AWSDDB_ENDPOINT_REGION_CONF |
"camel.sink.endpoint.region" |
public static final String |
CAMEL_SINK_AWSDDB_ENDPOINT_REGION_DOC |
"The region in which DDB client needs to work" |
public static final String |
CAMEL_SINK_AWSDDB_ENDPOINT_SECRET_KEY_CONF |
"camel.sink.endpoint.secretKey" |
public static final String |
CAMEL_SINK_AWSDDB_ENDPOINT_SECRET_KEY_DOC |
"Amazon AWS Secret Key" |
public static final String |
CAMEL_SINK_AWSDDB_ENDPOINT_SYNCHRONOUS_CONF |
"camel.sink.endpoint.synchronous" |
public static final String |
CAMEL_SINK_AWSDDB_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_AWSDDB_ENDPOINT_WRITE_CAPACITY_CONF |
"camel.sink.endpoint.writeCapacity" |
public static final String |
CAMEL_SINK_AWSDDB_ENDPOINT_WRITE_CAPACITY_DOC |
"The provisioned throughput to reserved for writing resources to your table" |
public static final String |
CAMEL_SINK_AWSDDB_PATH_TABLE_NAME_CONF |
"camel.sink.path.tableName" |
public static final String |
CAMEL_SINK_AWSDDB_PATH_TABLE_NAME_DOC |
"The name of the table currently worked with." |
Copyright © 2020 The Apache Software Foundation. All rights reserved.