Merge branch 'issue_3915' of https://github.com/hhunter-ms/docs into issue_3915

This commit is contained in:
Hannah Hunter 2024-06-12 14:38:03 -04:00
commit 49916d8645
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"` |