public static final String |
CAMEL_SINK_AWS2SES_COMPONENT_ACCESS_KEY_CONF |
"camel.component.aws2-ses.accessKey" |
public static final String |
CAMEL_SINK_AWS2SES_COMPONENT_ACCESS_KEY_DOC |
"Amazon AWS Access Key" |
public static final String |
CAMEL_SINK_AWS2SES_COMPONENT_AMAZON_SESCLIENT_CONF |
"camel.component.aws2-ses.amazonSESClient" |
public static final String |
CAMEL_SINK_AWS2SES_COMPONENT_AMAZON_SESCLIENT_DOC |
"To use the AmazonSimpleEmailService as the client" |
public static final String |
CAMEL_SINK_AWS2SES_COMPONENT_AUTOWIRED_ENABLED_CONF |
"camel.component.aws2-ses.autowiredEnabled" |
public static final String |
CAMEL_SINK_AWS2SES_COMPONENT_AUTOWIRED_ENABLED_DOC |
"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." |
public static final String |
CAMEL_SINK_AWS2SES_COMPONENT_CONFIGURATION_CONF |
"camel.component.aws2-ses.configuration" |
public static final String |
CAMEL_SINK_AWS2SES_COMPONENT_CONFIGURATION_DOC |
"component configuration" |
public static final String |
CAMEL_SINK_AWS2SES_COMPONENT_LAZY_START_PRODUCER_CONF |
"camel.component.aws2-ses.lazyStartProducer" |
public static final String |
CAMEL_SINK_AWS2SES_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_AWS2SES_COMPONENT_OVERRIDE_ENDPOINT_CONF |
"camel.component.aws2-ses.overrideEndpoint" |
public static final String |
CAMEL_SINK_AWS2SES_COMPONENT_OVERRIDE_ENDPOINT_DOC |
"Set the need for overidding the endpoint. This option needs to be used in combination with uriEndpointOverride option" |
public static final String |
CAMEL_SINK_AWS2SES_COMPONENT_PROXY_HOST_CONF |
"camel.component.aws2-ses.proxyHost" |
public static final String |
CAMEL_SINK_AWS2SES_COMPONENT_PROXY_HOST_DOC |
"To define a proxy host when instantiating the SES client" |
public static final String |
CAMEL_SINK_AWS2SES_COMPONENT_PROXY_PORT_CONF |
"camel.component.aws2-ses.proxyPort" |
public static final String |
CAMEL_SINK_AWS2SES_COMPONENT_PROXY_PORT_DOC |
"To define a proxy port when instantiating the SES client" |
public static final String |
CAMEL_SINK_AWS2SES_COMPONENT_PROXY_PROTOCOL_CONF |
"camel.component.aws2-ses.proxyProtocol" |
public static final String |
CAMEL_SINK_AWS2SES_COMPONENT_PROXY_PROTOCOL_DEFAULT |
"HTTPS" |
public static final String |
CAMEL_SINK_AWS2SES_COMPONENT_PROXY_PROTOCOL_DOC |
"To define a proxy protocol when instantiating the SES client One of: [HTTP] [HTTPS]" |
public static final String |
CAMEL_SINK_AWS2SES_COMPONENT_REGION_CONF |
"camel.component.aws2-ses.region" |
public static final String |
CAMEL_SINK_AWS2SES_COMPONENT_REGION_DOC |
"The region in which SES 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_AWS2SES_COMPONENT_REPLY_TO_ADDRESSES_CONF |
"camel.component.aws2-ses.replyToAddresses" |
public static final String |
CAMEL_SINK_AWS2SES_COMPONENT_REPLY_TO_ADDRESSES_DOC |
"List of reply-to email address(es) for the message, override it using \'CamelAwsSesReplyToAddresses\' header." |
public static final String |
CAMEL_SINK_AWS2SES_COMPONENT_RETURN_PATH_CONF |
"camel.component.aws2-ses.returnPath" |
public static final String |
CAMEL_SINK_AWS2SES_COMPONENT_RETURN_PATH_DOC |
"The email address to which bounce notifications are to be forwarded, override it using \'CamelAwsSesReturnPath\' header." |
public static final String |
CAMEL_SINK_AWS2SES_COMPONENT_SECRET_KEY_CONF |
"camel.component.aws2-ses.secretKey" |
public static final String |
CAMEL_SINK_AWS2SES_COMPONENT_SECRET_KEY_DOC |
"Amazon AWS Secret Key" |
public static final String |
CAMEL_SINK_AWS2SES_COMPONENT_SUBJECT_CONF |
"camel.component.aws2-ses.subject" |
public static final String |
CAMEL_SINK_AWS2SES_COMPONENT_SUBJECT_DOC |
"The subject which is used if the message header \'CamelAwsSesSubject\' is not present." |
public static final String |
CAMEL_SINK_AWS2SES_COMPONENT_TO_CONF |
"camel.component.aws2-ses.to" |
public static final String |
CAMEL_SINK_AWS2SES_COMPONENT_TO_DOC |
"List of destination email address. Can be overriden with \'CamelAwsSesTo\' header." |
public static final String |
CAMEL_SINK_AWS2SES_COMPONENT_TRUST_ALL_CERTIFICATES_CONF |
"camel.component.aws2-ses.trustAllCertificates" |
public static final String |
CAMEL_SINK_AWS2SES_COMPONENT_TRUST_ALL_CERTIFICATES_DOC |
"If we want to trust all certificates in case of overriding the endpoint" |
public static final String |
CAMEL_SINK_AWS2SES_COMPONENT_URI_ENDPOINT_OVERRIDE_CONF |
"camel.component.aws2-ses.uriEndpointOverride" |
public static final String |
CAMEL_SINK_AWS2SES_COMPONENT_URI_ENDPOINT_OVERRIDE_DOC |
"Set the overriding uri endpoint. This option needs to be used in combination with overrideEndpoint option" |
public static final String |
CAMEL_SINK_AWS2SES_ENDPOINT_ACCESS_KEY_CONF |
"camel.sink.endpoint.accessKey" |
public static final String |
CAMEL_SINK_AWS2SES_ENDPOINT_ACCESS_KEY_DOC |
"Amazon AWS Access Key" |
public static final String |
CAMEL_SINK_AWS2SES_ENDPOINT_AMAZON_SESCLIENT_CONF |
"camel.sink.endpoint.amazonSESClient" |
public static final String |
CAMEL_SINK_AWS2SES_ENDPOINT_AMAZON_SESCLIENT_DOC |
"To use the AmazonSimpleEmailService as the client" |
public static final String |
CAMEL_SINK_AWS2SES_ENDPOINT_LAZY_START_PRODUCER_CONF |
"camel.sink.endpoint.lazyStartProducer" |
public static final String |
CAMEL_SINK_AWS2SES_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_AWS2SES_ENDPOINT_OVERRIDE_ENDPOINT_CONF |
"camel.sink.endpoint.overrideEndpoint" |
public static final String |
CAMEL_SINK_AWS2SES_ENDPOINT_OVERRIDE_ENDPOINT_DOC |
"Set the need for overidding the endpoint. This option needs to be used in combination with uriEndpointOverride option" |
public static final String |
CAMEL_SINK_AWS2SES_ENDPOINT_PROXY_HOST_CONF |
"camel.sink.endpoint.proxyHost" |
public static final String |
CAMEL_SINK_AWS2SES_ENDPOINT_PROXY_HOST_DOC |
"To define a proxy host when instantiating the SES client" |
public static final String |
CAMEL_SINK_AWS2SES_ENDPOINT_PROXY_PORT_CONF |
"camel.sink.endpoint.proxyPort" |
public static final String |
CAMEL_SINK_AWS2SES_ENDPOINT_PROXY_PORT_DOC |
"To define a proxy port when instantiating the SES client" |
public static final String |
CAMEL_SINK_AWS2SES_ENDPOINT_PROXY_PROTOCOL_CONF |
"camel.sink.endpoint.proxyProtocol" |
public static final String |
CAMEL_SINK_AWS2SES_ENDPOINT_PROXY_PROTOCOL_DEFAULT |
"HTTPS" |
public static final String |
CAMEL_SINK_AWS2SES_ENDPOINT_PROXY_PROTOCOL_DOC |
"To define a proxy protocol when instantiating the SES client One of: [HTTP] [HTTPS]" |
public static final String |
CAMEL_SINK_AWS2SES_ENDPOINT_REGION_CONF |
"camel.sink.endpoint.region" |
public static final String |
CAMEL_SINK_AWS2SES_ENDPOINT_REGION_DOC |
"The region in which SES 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_AWS2SES_ENDPOINT_REPLY_TO_ADDRESSES_CONF |
"camel.sink.endpoint.replyToAddresses" |
public static final String |
CAMEL_SINK_AWS2SES_ENDPOINT_REPLY_TO_ADDRESSES_DOC |
"List of reply-to email address(es) for the message, override it using \'CamelAwsSesReplyToAddresses\' header." |
public static final String |
CAMEL_SINK_AWS2SES_ENDPOINT_RETURN_PATH_CONF |
"camel.sink.endpoint.returnPath" |
public static final String |
CAMEL_SINK_AWS2SES_ENDPOINT_RETURN_PATH_DOC |
"The email address to which bounce notifications are to be forwarded, override it using \'CamelAwsSesReturnPath\' header." |
public static final String |
CAMEL_SINK_AWS2SES_ENDPOINT_SECRET_KEY_CONF |
"camel.sink.endpoint.secretKey" |
public static final String |
CAMEL_SINK_AWS2SES_ENDPOINT_SECRET_KEY_DOC |
"Amazon AWS Secret Key" |
public static final String |
CAMEL_SINK_AWS2SES_ENDPOINT_SUBJECT_CONF |
"camel.sink.endpoint.subject" |
public static final String |
CAMEL_SINK_AWS2SES_ENDPOINT_SUBJECT_DOC |
"The subject which is used if the message header \'CamelAwsSesSubject\' is not present." |
public static final String |
CAMEL_SINK_AWS2SES_ENDPOINT_TO_CONF |
"camel.sink.endpoint.to" |
public static final String |
CAMEL_SINK_AWS2SES_ENDPOINT_TO_DOC |
"List of destination email address. Can be overriden with \'CamelAwsSesTo\' header." |
public static final String |
CAMEL_SINK_AWS2SES_ENDPOINT_TRUST_ALL_CERTIFICATES_CONF |
"camel.sink.endpoint.trustAllCertificates" |
public static final String |
CAMEL_SINK_AWS2SES_ENDPOINT_TRUST_ALL_CERTIFICATES_DOC |
"If we want to trust all certificates in case of overriding the endpoint" |
public static final String |
CAMEL_SINK_AWS2SES_ENDPOINT_URI_ENDPOINT_OVERRIDE_CONF |
"camel.sink.endpoint.uriEndpointOverride" |
public static final String |
CAMEL_SINK_AWS2SES_ENDPOINT_URI_ENDPOINT_OVERRIDE_DOC |
"Set the overriding uri endpoint. This option needs to be used in combination with overrideEndpoint option" |
public static final String |
CAMEL_SINK_AWS2SES_PATH_FROM_CONF |
"camel.sink.path.from" |
public static final String |
CAMEL_SINK_AWS2SES_PATH_FROM_DOC |
"The sender\'s email address." |