docs: add endpoint field to aws sns (#4189)

Signed-off-by: Eileen Yu <eileenylj@gmail.com>
This commit is contained in:
Eileen Yu 2024-06-07 21:14:58 -07:00 committed by GitHub
parent 4c22f5fce4
commit c6e8f1e529
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 5 deletions

View File

@ -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"` |