Skip to content

Commit

Permalink
Merge pull request asyncapi#15 from dpwdec/aws-binding-improvements-4
Browse files Browse the repository at this point in the history
remove queue ref
  • Loading branch information
iancooper authored Jun 8, 2023
2 parents 32f6e8c + bf3d591 commit 3f3dc89
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion sqs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ An SQS queue can set up a Dead Letter Queue as part of a Redelivery Policy. To s
#### Queue
|Field Name | Type | Description|
|---|:---:|---|
|<a name="queueObjectRef"></a>$ref | `string` | Allows for an external definition of a queue. The referenced structure MUST be in the format of a [Queue](#queue). If there are conflicts between the referenced definition and this Queue's definition, the behavior is *undefined*.|
| <a name="queueObjectName"></a>`name` | string | **Required.** The name of the queue. When an [SNS Operation Binding Object]() references an SQS queue by name, the identifier should be the one in this field.|
| <a name="fifoQueue"></a>`fifoQueue` | boolean | **Required.** Is this a FIFO queue? |
| <a name="queueObjectDeliveryDelay"></a>`deliveryDelay` | integer | **Optional.** The number of seconds to delay before a message sent to the queue can be received. Used to create a *delay queue*. Range is 0 to 15 minutes. Defaults to 0. |
Expand Down
4 changes: 0 additions & 4 deletions sqs/json_schemas/channel.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@
}
},
"properties": {
"$ref": {
"type": "string",
"description": "Allows for an external definition of a queue. The referenced structure MUST be in the format of a Queue. If there are conflicts between the referenced definition and this Queue's definition, the behavior is undefined."
},
"name": {
"type": "string",
"description": "The name of the queue. When an SNS Operation Binding Object references an SQS queue by name, the identifier should be the one in this field."
Expand Down

0 comments on commit 3f3dc89

Please sign in to comment.