Skip to content

Commit

Permalink
Kamelets Catalog - Make the description a one liner - AWS SNS Sink
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Jan 28, 2025
1 parent 74ff0bb commit 88cdf54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 deletions.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/partials/aws-sns-fifo-sink-description.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Only one of access key/secret key or default credentials provider could be used

For more information about this you can look at https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/credentials.html[AWS credentials documentation]

=== Required Headers
=== Optional Headers

The Kamelet expects the following headers to be set:
In the Kamelet you can optionally set the following header:

- `subject` / `ce-subject`: the subject of the message
9 changes: 1 addition & 8 deletions kamelets/aws-sns-sink.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,7 @@ metadata:
spec:
definition:
title: AWS SNS Sink
description: |-
Send message to an Amazon Simple Notification Service (SNS) topic.
The basic authentication method for the SNS service is to specify an access key and a secret key. These parameters are optional because the Kamelet provides a default credentials provider.
If you use the default credentials provider, the SNS client loads the credentials through this provider and doesn't use the basic authentication method.
In the header, you can optionally set the `subject` / `ce-subject` property to specify the subject of the message.
description: Send message to an Amazon Simple Notification Service (SNS) topic.
required:
- topicNameOrArn
- region
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,7 @@ metadata:
spec:
definition:
title: AWS SNS Sink
description: |-
Send message to an Amazon Simple Notification Service (SNS) topic.
The basic authentication method for the SNS service is to specify an access key and a secret key. These parameters are optional because the Kamelet provides a default credentials provider.
If you use the default credentials provider, the SNS client loads the credentials through this provider and doesn't use the basic authentication method.
In the header, you can optionally set the `subject` / `ce-subject` property to specify the subject of the message.
description: Send message to an Amazon Simple Notification Service (SNS) topic.
required:
- topicNameOrArn
- region
Expand Down

0 comments on commit 88cdf54

Please sign in to comment.