templates/bindings/core/aws-cloudwatch-sink-binding.yaml (14 lines of code) (raw):

- route: from: uri: "kamelet:timer-source" parameters: period: 1000 message: "Hello Camel JBang" steps: - to: uri: "kamelet:aws-cloudwatch-sink" parameters: accessKey: "The Access Key" cwNamespace: "The Cloud Watch Namespace" region: "eu-west-1" secretKey: "The Secret Key"