Skip to content

Commit c86e173

Browse files
Merge pull request #217 from SumoLogic/china_region_arnval
Corrected ArnValue for china region
2 parents c0d6242 + 667d548 commit c86e173

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

kinesis-firehose-cloudwatch-collection/logs/KinesisFirehoseCWLogs.template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ Mappings:
116116
us-gov-east-1:
117117
ArnValue: "aws-us-gov"
118118
cn-north-1:
119-
ArnValue: "aws"
119+
ArnValue: "aws-cn"
120120
cn-northwest-1:
121-
ArnValue: "aws"
121+
ArnValue: "aws-cn"
122122

123123
Resources:
124124
# Common Resources including creating bucket, create logs role and attach bucket policy.

kinesis-firehose-cloudwatch-collection/metrics/KinesisFirehoseCWMetrics.template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ Mappings:
123123
us-gov-east-1:
124124
ArnValue: "aws-us-gov"
125125
cn-north-1:
126-
ArnValue: "aws"
126+
ArnValue: "aws-cn"
127127
cn-northwest-1:
128-
ArnValue: "aws"
128+
ArnValue: "aws-cn"
129129

130130
Resources:
131131
# Common Resources including creating bucket, create logs role and attach bucket policy.

0 commit comments

Comments
 (0)