mirror of https://github.com/dapr/docs.git
Fix for issue - AWS SQS binding spec - endpoint #4698
This commit is contained in:
parent
f5cbb6432a
commit
af4c2b2c97
|
|
@ -26,6 +26,8 @@ spec:
|
|||
value: "items"
|
||||
- name: region
|
||||
value: "us-west-2"
|
||||
- name: endpoint
|
||||
value: "sqs.us-west-2.amazonaws.com"
|
||||
- name: accessKey
|
||||
value: "*****************"
|
||||
- name: secretKey
|
||||
|
|
@ -46,6 +48,7 @@ The above example uses secrets as plain strings. It is recommended to use a secr
|
|||
|--------------------|:--------:|------------|-----|---------|
|
||||
| `queueName` | Y | Input/Output | The SQS queue name | `"myqueue"` |
|
||||
| `region` | Y | Input/Output | The specific AWS region | `"us-east-1"` |
|
||||
| `endpoint` | N | Output | The specific AWS endpoint | `"sqs.us-east-1.amazonaws.com"` |
|
||||
| `accessKey` | Y | Input/Output | The AWS Access Key to access this resource | `"key"` |
|
||||
| `secretKey` | Y | Input/Output | The AWS Secret Access Key to access this resource | `"secretAccessKey"` |
|
||||
| `sessionToken` | N | Input/Output | The AWS session token to use | `"sessionToken"` |
|
||||
|
|
|
|||
Loading…
Reference in New Issue