blob: fff1c81727284a846b65dc8ed3dbca83f74abb9b [file] [log] [blame]
{"component":{"kind":"component","name":"aws2-cw","title":"AWS CloudWatch","description":"Sending metrics to AWS CloudWatch using AWS SDK version 2.x.","deprecated":false,"firstVersion":"3.1.0","label":"cloud,monitoring","javaType":"org.apache.camel.component.aws2.cw.Cw2Component","supportLevel":"Stable","groupId":"org.apache.camel","artifactId":"camel-aws2-cw","version":"3.18.1","scheme":"aws2-cw","extendsScheme":"","syntax":"aws2-cw:namespace","async":false,"api":false,"consumerOnly":false,"producerOnly":true,"lenientProperties":false},"headers":{"CamelAwsCwMetricNamespace":{"kind":"header","displayName":"","group":"producer","label":"","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The Amazon CW metric namespace.","constantName":"org.apache.camel.component.aws2.cw.Cw2Constants#METRIC_NAMESPACE"},"CamelAwsCwMetricName":{"kind":"header","displayName":"","group":"producer","label":"","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The Amazon CW metric name.","constantName":"org.apache.camel.component.aws2.cw.Cw2Constants#METRIC_NAME"},"CamelAwsCwMetricValue":{"kind":"header","displayName":"","group":"producer","label":"","required":false,"javaType":"Double","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The Amazon CW metric value.","constantName":"org.apache.camel.component.aws2.cw.Cw2Constants#METRIC_VALUE"},"CamelAwsCwMetricUnit":{"kind":"header","displayName":"","group":"producer","label":"","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The Amazon CW metric unit.","constantName":"org.apache.camel.component.aws2.cw.Cw2Constants#METRIC_UNIT"},"CamelAwsCwMetricTimestamp":{"kind":"header","displayName":"","group":"producer","label":"","required":false,"javaType":"Date","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The Amazon CW metric timestamp.","constantName":"org.apache.camel.component.aws2.cw.Cw2Constants#METRIC_TIMESTAMP"},"CamelAwsCwMetricDimensions":{"kind":"header","displayName":"","group":"producer","label":"","required":false,"javaType":"Map<String, String>","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"A map of dimension names and dimension values.","constantName":"org.apache.camel.component.aws2.cw.Cw2Constants#METRIC_DIMENSIONS"},"CamelAwsCwMetricDimensionName":{"kind":"header","displayName":"","group":"producer","label":"","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The Amazon CW metric dimension name.","constantName":"org.apache.camel.component.aws2.cw.Cw2Constants#METRIC_DIMENSION_NAME"},"CamelAwsCwMetricDimensionValue":{"kind":"header","displayName":"","group":"producer","label":"","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The Amazon CW metric dimension value.","constantName":"org.apache.camel.component.aws2.cw.Cw2Constants#METRIC_DIMENSION_VALUE"}},"properties":{"namespace":{"kind":"path","displayName":"Namespace","group":"producer","label":"","required":true,"type":"string","javaType":"java.lang.String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.aws2.cw.Cw2Configuration","configurationField":"configuration","description":"The metric namespace"},"amazonCwClient":{"kind":"parameter","displayName":"Amazon Cw Client","group":"producer","label":"","required":false,"type":"object","javaType":"software.amazon.awssdk.services.cloudwatch.CloudWatchClient","deprecated":false,"deprecationNote":"","autowired":true,"secret":false,"configurationClass":"org.apache.camel.component.aws2.cw.Cw2Configuration","configurationField":"configuration","description":"To use the AmazonCloudWatch as the client"},"name":{"kind":"parameter","displayName":"Name","group":"producer","label":"","required":false,"type":"string","javaType":"java.lang.String","deprecated":false,"autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.aws2.cw.Cw2Configuration","configurationField":"configuration","description":"The metric name"},"overrideEndpoint":{"kind":"parameter","displayName":"Override Endpoint","group":"producer","label":"","required":false,"type":"boolean","javaType":"boolean","deprecated":false,"autowired":false,"secret":false,"defaultValue":false,"configurationClass":"org.apache.camel.component.aws2.cw.Cw2Configuration","configurationField":"configuration","description":"Set the need for overidding the endpoint. This option needs to be used in combination with uriEndpointOverride option"},"proxyHost":{"kind":"parameter","displayName":"Proxy Host","group":"producer","label":"","required":false,"type":"string","javaType":"java.lang.String","deprecated":false,"autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.aws2.cw.Cw2Configuration","configurationField":"configuration","description":"To define a proxy host when instantiating the CW client"},"proxyPort":{"kind":"parameter","displayName":"Proxy Port","group":"producer","label":"","required":false,"type":"integer","javaType":"java.lang.Integer","deprecated":false,"autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.aws2.cw.Cw2Configuration","configurationField":"configuration","description":"To define a proxy port when instantiating the CW client"},"proxyProtocol":{"kind":"parameter","displayName":"Proxy Protocol","group":"producer","label":"","required":false,"type":"object","javaType":"software.amazon.awssdk.core.Protocol","enum":["HTTP","HTTPS"],"deprecated":false,"autowired":false,"secret":false,"defaultValue":"HTTPS","configurationClass":"org.apache.camel.component.aws2.cw.Cw2Configuration","configurationField":"configuration","description":"To define a proxy protocol when instantiating the CW client"},"region":{"kind":"parameter","displayName":"Region","group":"producer","label":"","required":false,"type":"string","javaType":"java.lang.String","deprecated":false,"autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.aws2.cw.Cw2Configuration","configurationField":"configuration","description":"The region in which CW 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()"},"timestamp":{"kind":"parameter","displayName":"Timestamp","group":"producer","label":"","required":false,"type":"object","javaType":"java.time.Instant","deprecated":false,"autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.aws2.cw.Cw2Configuration","configurationField":"configuration","description":"The metric timestamp"},"trustAllCertificates":{"kind":"parameter","displayName":"Trust All Certificates","group":"producer","label":"","required":false,"type":"boolean","javaType":"boolean","deprecated":false,"autowired":false,"secret":false,"defaultValue":false,"configurationClass":"org.apache.camel.component.aws2.cw.Cw2Configuration","configurationField":"configuration","description":"If we want to trust all certificates in case of overriding the endpoint"},"unit":{"kind":"parameter","displayName":"Unit","group":"producer","label":"","required":false,"type":"string","javaType":"java.lang.String","deprecated":false,"autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.aws2.cw.Cw2Configuration","configurationField":"configuration","description":"The metric unit"},"uriEndpointOverride":{"kind":"parameter","displayName":"Uri Endpoint Override","group":"producer","label":"","required":false,"type":"string","javaType":"java.lang.String","deprecated":false,"autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.aws2.cw.Cw2Configuration","configurationField":"configuration","description":"Set the overriding uri endpoint. This option needs to be used in combination with overrideEndpoint option"},"useDefaultCredentialsProvider":{"kind":"parameter","displayName":"Use Default Credentials Provider","group":"producer","label":"","required":false,"type":"boolean","javaType":"boolean","deprecated":false,"autowired":false,"secret":false,"defaultValue":false,"configurationClass":"org.apache.camel.component.aws2.cw.Cw2Configuration","configurationField":"configuration","description":"Set whether the S3 client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in."},"value":{"kind":"parameter","displayName":"Value","group":"producer","label":"","required":false,"type":"number","javaType":"java.lang.Double","deprecated":false,"autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.aws2.cw.Cw2Configuration","configurationField":"configuration","description":"The metric value"},"lazyStartProducer":{"kind":"parameter","displayName":"Lazy Start Producer","group":"producer (advanced)","label":"producer,advanced","required":false,"type":"boolean","javaType":"boolean","deprecated":false,"autowired":false,"secret":false,"defaultValue":false,"description":"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."},"accessKey":{"kind":"parameter","displayName":"Access Key","group":"security","label":"security","required":false,"type":"string","javaType":"java.lang.String","deprecated":false,"autowired":false,"secret":true,"configurationClass":"org.apache.camel.component.aws2.cw.Cw2Configuration","configurationField":"configuration","description":"Amazon AWS Access Key"},"secretKey":{"kind":"parameter","displayName":"Secret Key","group":"security","label":"security","required":false,"type":"string","javaType":"java.lang.String","deprecated":false,"autowired":false,"secret":true,"configurationClass":"org.apache.camel.component.aws2.cw.Cw2Configuration","configurationField":"configuration","description":"Amazon AWS Secret Key"}}}