Skip to content

Commit

Permalink
The Kamelet "aws-sqs-source" is invalid (#2335)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <[email protected]>
  • Loading branch information
oscerd authored Jan 7, 2025
1 parent 16305bd commit 8b48b6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions kamelets/aws-sqs-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,19 +152,19 @@ spec:
title: Max Messages Per Poll
description: The maximum number of messages to return. Amazon SQS never returns more messages than this value (however, fewer messages might be returned). Valid values 1 to 10. Default 1.
type: integer
minimum: 1
maximum: 10
minimum: "1"
maximum: "10"
default: 1
waitTimeSeconds:
title: Wait Time Seconds
description: The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. If a message is available, the call returns sooner than WaitTimeSeconds. If no messages are available and the wait time expires, the call does not return a message list.
type: integer
minimum: 0
minimum: "0"
visibilityTimeout:
title: Visibility Timeout
description: The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being retrieved by a ReceiveMessage request.
type: integer
minimum: 0
minimum: "0"
dataTypes:
out:
default: text
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,19 +152,19 @@ spec:
title: Max Messages Per Poll
description: The maximum number of messages to return. Amazon SQS never returns more messages than this value (however, fewer messages might be returned). Valid values 1 to 10. Default 1.
type: integer
minimum: 1
maximum: 10
minimum: "1"
maximum: "10"
default: 1
waitTimeSeconds:
title: Wait Time Seconds
description: The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. If a message is available, the call returns sooner than WaitTimeSeconds. If no messages are available and the wait time expires, the call does not return a message list.
type: integer
minimum: 0
minimum: "0"
visibilityTimeout:
title: Visibility Timeout
description: The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being retrieved by a ReceiveMessage request.
type: integer
minimum: 0
minimum: "0"
dataTypes:
out:
default: text
Expand Down

0 comments on commit 8b48b6b

Please sign in to comment.