Skip to content

Commit 6497fc2

Browse files
author
AWS
committed
Amazon CloudWatch Logs Update: Updates to support CloudWatch Logs data protection and CloudWatch cross-account observability
1 parent 4dcfa59 commit 6497fc2

File tree

4 files changed

+571
-358
lines changed

4 files changed

+571
-358
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon CloudWatch Logs",
4+
"contributor": "",
5+
"description": "Updates to support CloudWatch Logs data protection and CloudWatch cross-account observability"
6+
}

services/cloudwatchlogs/src/main/resources/codegen-resources/endpoint-rule-set.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"parameters": {
44
"Region": {
55
"builtIn": "AWS::Region",
6-
"required": false,
6+
"required": true,
77
"documentation": "The AWS region used to dispatch the request.",
88
"type": "String"
99
},
@@ -236,12 +236,12 @@
236236
{
237237
"ref": "Region"
238238
},
239-
"us-gov-west-1"
239+
"us-gov-east-1"
240240
]
241241
}
242242
],
243243
"endpoint": {
244-
"url": "https://logs.us-gov-west-1.amazonaws.com",
244+
"url": "https://logs.us-gov-east-1.amazonaws.com",
245245
"properties": {},
246246
"headers": {}
247247
},
@@ -255,12 +255,12 @@
255255
{
256256
"ref": "Region"
257257
},
258-
"us-gov-east-1"
258+
"us-gov-west-1"
259259
]
260260
}
261261
],
262262
"endpoint": {
263-
"url": "https://logs.us-gov-east-1.amazonaws.com",
263+
"url": "https://logs.us-gov-west-1.amazonaws.com",
264264
"properties": {},
265265
"headers": {}
266266
},

0 commit comments

Comments
 (0)