blob: 53328b35b5a238d97c576e54a2050012be5c1901 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.awscloudwatchsink.CamelAwscloudwatchsinkSinkConnector",
"artifactId": "camel-aws-cloudwatch-sink-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-aws-cloudwatch-sink-sink",
"type": "sink",
"version": "3.19.0-SNAPSHOT",
"description": "Send data to Amazon CloudWatch metrics.\n\nThe basic authentication method for the AWS CloudWatch metrics service is to specify an access key and a secret key. These parameters are optional because the Kamelet provides a default credentials provider.\n\nIf you use the default credentials provider, the CloudWatch client loads the credentials through this provider and doesn't use the basic authentication method.\n\nYou can set the following properties in the header:\n\n`metric-name` \/ `ce-metricname` for the metric name.\n`metric-value` \/ `ce-metricvalue` for the metric value.\n`metric-unit` \/ `ce-metricunit` for the metric unit.\n`metric-timestamp` \/ `ce-metrictimestamp` for the metric timestamp.\n`metric-dimension-name` \/ `ce-metricdimensionname` for the dimension name.\n`metric-dimension-value` \/ `ce-metricdimensionvalue` for the dimension value."
},
"properties": {
"camel.kamelet.aws-cloudwatch-sink.cwNamespace": {
"name": "camel.kamelet.aws-cloudwatch-sink.cwNamespace",
"description": "The CloudWatch metric namespace.",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.aws-cloudwatch-sink.accessKey": {
"name": "camel.kamelet.aws-cloudwatch-sink.accessKey",
"description": "The access key obtained from AWS.",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-cloudwatch-sink.secretKey": {
"name": "camel.kamelet.aws-cloudwatch-sink.secretKey",
"description": "The secret key obtained from AWS.",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-cloudwatch-sink.region": {
"name": "camel.kamelet.aws-cloudwatch-sink.region",
"description": "The AWS region to access.",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.aws-cloudwatch-sink.useDefaultCredentialsProvider": {
"name": "camel.kamelet.aws-cloudwatch-sink.useDefaultCredentialsProvider",
"description": "If true, the CloudWatch client loads credentials through a default credentials provider. If false, it uses the basic authentication method (access key and secret key).",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-cloudwatch-sink.uriEndpointOverride": {
"name": "camel.kamelet.aws-cloudwatch-sink.uriEndpointOverride",
"description": "The overriding endpoint URI. To use this option, you must also select the `overrideEndpoint` option.",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-cloudwatch-sink.overrideEndpoint": {
"name": "camel.kamelet.aws-cloudwatch-sink.overrideEndpoint",
"description": "Select this option to override the endpoint URI. To use this option, you must also provide a URI for the `uriEndpointOverride` option.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
}
}
}