templates/pipes/camel-k/aws-translate-action-pipe.yaml (28 lines of code) (raw):

apiVersion: camel.apache.org/v1 kind: Pipe metadata: name: aws-translate-action-pipe spec: source: ref: kind: Kamelet apiVersion: camel.apache.org/v1 name: timer-source properties: message: "Hello" steps: - ref: kind: Kamelet apiVersion: camel.apache.org/v1 name: aws-translate-action properties: accessKey: "The Access Key" region: "eu-west-1" secretKey: "The Secret Key" sourceLanguage: "it" targetLanguage: "en" sink: ref: kind: KafkaTopic apiVersion: kafka.strimzi.io/v1beta1 name: my-topic