Skip to content

Commit

Permalink
Issue-1336: DynamoDB Sink - use enum for available operations
Browse files Browse the repository at this point in the history
  • Loading branch information
manstis authored and oscerd committed Mar 6, 2023
1 parent d43801c commit ce16365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions kamelets/aws-ddb-sink.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ spec:
title: Operation
description: "The operation to perform. The options are PutItem, UpdateItem, or DeleteItem."
type: string
enum: ["PutItem", "UpdateItem", "DeleteItem"]
default: PutItem
example: PutItem
writeCapacity:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ spec:
title: Operation
description: "The operation to perform. The options are PutItem, UpdateItem, or DeleteItem."
type: string
enum: ["PutItem", "UpdateItem", "DeleteItem"]
default: PutItem
example: PutItem
writeCapacity:
Expand Down

0 comments on commit ce16365

Please sign in to comment.