forked from amzn/amazon-marketing-stream-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstream_infrastructure_config.yml
48 lines (35 loc) · 1.34 KB
/
stream_infrastructure_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Amazon Marketing Stream Configuration File
ambassadors:
reviewerArn: arn:aws:iam::926844853897:role/ReviewerRole
datasets:
NA:
- dataSetId: sp-traffic
snsSourceArn: arn:aws:sns:us-east-1:906013806264:*
- dataSetId: sp-conversion
snsSourceArn: arn:aws:sns:us-east-1:802324068763:*
- dataSetId: budget-usage
snsSourceArn: arn:aws:sns:us-east-1:055588217351:*
- dataSetId: sd-traffic
snsSourceArn: arn:aws:sns:us-east-1:370941301809:*
- dataSetId: sd-conversion
snsSourceArn: arn:aws:sns:us-east-1:877712924581:*
EU:
- dataSetId: sp-traffic
snsSourceArn: arn:aws:sns:eu-west-1:668473351658:*
- dataSetId: sp-conversion
snsSourceArn: arn:aws:sns:eu-west-1:562877083794:*
- dataSetId: budget-usage
snsSourceArn: arn:aws:sns:eu-west-1:675750596317:*
FE:
- dataSetId: sp-traffic
snsSourceArn: arn:aws:sns:us-west-2:074266271188:*
- dataSetId: sp-conversion
snsSourceArn: arn:aws:sns:us-west-2:622939981599:*
- dataSetId: budget-usage
snsSourceArn: arn:aws:sns:us-west-2:100899330244:*
# This config defines the AWS region where Stream consumer stack will be installed in your AWS account.
# The selected regions ensure minimal latency in message consumption.
consumerStackInstallationAwsRegion:
NA: us-east-1
EU: eu-west-1
FE: us-west-2