mirror of https://github.com/dapr/docs.git
Merge branch 'issue_3915' of https://github.com/hhunter-ms/docs into issue_3915
This commit is contained in:
commit
49916d8645
|
@ -26,6 +26,8 @@ spec:
|
|||
value: "mytopic"
|
||||
- name: region
|
||||
value: "us-west-2"
|
||||
- name: endpoint
|
||||
value: "sns.us-west-2.amazonaws.com"
|
||||
- name: accessKey
|
||||
value: "*****************"
|
||||
- name: secretKey
|
||||
|
@ -44,6 +46,7 @@ The above example uses secrets as plain strings. It is recommended to use a secr
|
|||
|--------------------|:--------:|------------|-----|---------|
|
||||
| `topicArn` | Y | Output | The SNS topic name | `"arn:::topicarn"` |
|
||||
| `region` | Y | Output | The specific AWS region | `"us-east-1"` |
|
||||
| `endpoint` | N | Output | The specific AWS endpoint | `"sns.us-east-1.amazonaws.com"` |
|
||||
| `accessKey` | Y | Output | The AWS Access Key to access this resource | `"key"` |
|
||||
| `secretKey` | Y | Output | The AWS Secret Access Key to access this resource | `"secretAccessKey"` |
|
||||
| `sessionToken` | N | Output | The AWS session token to use | `"sessionToken"` |
|
||||
|
|
Loading…
Reference in New Issue