Skip to content

Commit cdab69d

Browse files
committed
Personalize update
1 parent 2c34b21 commit cdab69d

File tree

1 file changed

+4
-4
lines changed
  • src/connections/destinations/catalog/amazon-personalize

1 file changed

+4
-4
lines changed

src/connections/destinations/catalog/amazon-personalize/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ To create an IAM role:
694694
> note ""
695695
> **NOTE:** Your Source ID can be found by navigating to **Settings > API Keys** from your Segment source homepage.
696696
>
697-
> If you're using an External ID, for security purposes, Segment recommends you to use your Segment Workspace ID as your External ID. If you use an External ID different from your Workspace ID, you’re susceptible to attacks. You can find your Workspace ID by going to: **Settings > Workspace Settings > ID** in the Segment dashboard.
697+
> If you're using an External ID, for security purposes, Segment recommends you to use your Segment Workspace ID as your External ID. If you use an External ID different from your Workspace ID, consider changing it. You can find your Workspace ID by going to: **Settings > Workspace Settings > ID** in the Segment dashboard.
698698
699699
```json
700700
{
@@ -716,10 +716,10 @@ To create an IAM role:
716716
}
717717
```
718718

719-
If you have multiple Source's using this Role, replace the `sts:ExternalId` setting above with
719+
If you have multiple Sources using this Role, or require the use multiple externalIds replace the `sts:ExternalId` setting above with:
720720

721-
```json
722-
"sts:ExternalId": ["YOUR_SEGMENT_SOURCE_ID", "ANOTHER_SOURCE_ID", "A_THIRD_SOURCE_ID"]
721+
```
722+
"sts:ExternalId": ["YOUR_SEGMENT_SOURCE_ID", "ANOTHER_SOURCE_ID", "AN_EXTERNAL_ID", "ANOTHER_EXTERNAL_ID"]
723723
```
724724

725725
### Build a Lambda Function to Process Segment Events

0 commit comments

Comments
 (0)