This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 2517afdb0a8c7e2525a10c02d5c41393c59431ac Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Jul 8 12:11:43 2020 +0200 Regen website docs --- docs/components/modules/ROOT/pages/aws2-cw-component.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/components/modules/ROOT/pages/aws2-cw-component.adoc b/docs/components/modules/ROOT/pages/aws2-cw-component.adoc index a1950c3..cbb457d 100644 --- a/docs/components/modules/ROOT/pages/aws2-cw-component.adoc +++ b/docs/components/modules/ROOT/pages/aws2-cw-component.adoc @@ -46,7 +46,7 @@ The metrics will be created if they don't already exists. + // component options: START -The AWS 2 CloudWatch component supports 14 options, which are listed below. +The AWS 2 CloudWatch component supports 15 options, which are listed below. @@ -62,6 +62,7 @@ The AWS 2 CloudWatch component supports 14 options, which are listed below. | *proxyProtocol* (producer) | To define a proxy protocol when instantiating the CW client. The value can be one of: HTTP, HTTPS | HTTPS | Protocol | *region* (producer) | The region in which EKS 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() | | String | *timestamp* (producer) | The metric timestamp | | Instant +| *trustAllCertificates* (producer) | If we want to trust all certificates in case of overriding the endpoint | false | boolean | *unit* (producer) | The metric unit | | String | *value* (producer) | The metric value | | Double | *basicPropertyBinding* (advanced) | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | boolean @@ -92,7 +93,7 @@ with the following path and query parameters: |=== -=== Query Parameters (14 parameters): +=== Query Parameters (15 parameters): [width="100%",cols="2,5,^1,2",options="header"] @@ -106,6 +107,7 @@ with the following path and query parameters: | *proxyProtocol* (producer) | To define a proxy protocol when instantiating the CW client. The value can be one of: HTTP, HTTPS | HTTPS | Protocol | *region* (producer) | The region in which EKS 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() | | String | *timestamp* (producer) | The metric timestamp | | Instant +| *trustAllCertificates* (producer) | If we want to trust all certificates in case of overriding the endpoint | false | boolean | *unit* (producer) | The metric unit | | String | *value* (producer) | The metric value | | Double | *basicPropertyBinding* (advanced) | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | boolean