From 6e85b0b6aec785ea677ecea64ba014bec7d96302 Mon Sep 17 00:00:00 2001 From: Andrea Cosentino Date: Thu, 18 Feb 2021 08:33:10 +0100 Subject: [PATCH] Moved AWS-Kinesis to AWS2-Kinesis --- aws-kinesis-source.kamelet.yaml | 5 ++--- docs/modules/ROOT/pages/aws-kinesis-source.adoc | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/aws-kinesis-source.kamelet.yaml b/aws-kinesis-source.kamelet.yaml index 31a87e045..dbb069213 100644 --- a/aws-kinesis-source.kamelet.yaml +++ b/aws-kinesis-source.kamelet.yaml @@ -38,16 +38,15 @@ spec: title: AWS Region description: The AWS region to connect to (capitalized name) type: string - example: EU_WEST_1 + example: eu-west-1 types: out: mediaType: application/json dependencies: - "camel:jackson" - - "camel:cbor" flow: from: - uri: aws-kinesis:{{stream}} + uri: aws2-kinesis:{{stream}} parameters: secretKey: "{{secretKey}}" accessKey: "{{accessKey}}" diff --git a/docs/modules/ROOT/pages/aws-kinesis-source.adoc b/docs/modules/ROOT/pages/aws-kinesis-source.adoc index 3b6ff4cee..79625abcd 100644 --- a/docs/modules/ROOT/pages/aws-kinesis-source.adoc +++ b/docs/modules/ROOT/pages/aws-kinesis-source.adoc @@ -12,7 +12,7 @@ The following table summarizes the configuration options available for the `aws- |=== | Property| Name| Description| Type| Default| Example | *accessKey {empty}* *| Access Key| The access key obtained from AWS| string| | -| *region {empty}* *| AWS Region| The AWS region to connect to (capitalized name)| string| | `"EU_WEST_1"` +| *region {empty}* *| AWS Region| The AWS region to connect to (capitalized name)| string| | `"eu-west-1"` | *secretKey {empty}* *| Secret Key| The secret key obtained from AWS| string| | | *stream {empty}* *| Stream Name| The Kinesis stream that you want to access (needs to be created in advance)| string| | |=== @@ -42,7 +42,7 @@ spec: name: aws-kinesis-source properties: accessKey: "The Access Key" - region: "EU_WEST_1" + region: "eu-west-1" secretKey: "The Secret Key" stream: "The Stream Name" sink: