Defines the AWS CloudWatch Endpoint
| Name | Kind | Type | Required | Deprecated | Default Value | Enum Values | Description |
|---|---|---|---|---|---|---|---|
| namespace | path | java.lang.String | true | false | The metric namespace | ||
| amazonCwClient | parameter | com.amazonaws.services.cloudwatch.AmazonCloudWatch | false | To use the AmazonCloudWatch as the client | |||
| amazonCwEndpoint | parameter | java.lang.String | false | The region with which the AWS-CW client wants to work with. | |||
| accessKey | parameter | java.lang.String | false | Amazon AWS Access Key | |||
| secretKey | parameter | java.lang.String | false | Amazon AWS Secret Key | |||
| name | parameter | java.lang.String | false | The metric name | |||
| value | parameter | java.lang.Double | false | The metric value | |||
| unit | parameter | java.lang.String | false | The metric unit | |||
| timestamp | parameter | java.util.Date | false | The metric timestamp | |||
| proxyHost | parameter | java.lang.String | false | To define a proxy host when instantiating the SQS client | |||
| proxyPort | parameter | java.lang.Integer | false | To define a proxy port when instantiating the SQS client | |||
| exchangePattern | parameter | org.apache.camel.ExchangePattern | false | InOnly | InOnly RobustInOnly InOut InOptionalOut OutOnly RobustOutOnly OutIn OutOptionalIn |
Sets the default exchange pattern when creating an exchange | |
| synchronous | parameter | boolean | false | false | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). |