We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b88543c commit 845c0eaCopy full SHA for 845c0ea
.changes/next-release/feature-Endpoint-cbd3413f.json
@@ -0,0 +1,5 @@
1
+{
2
+ "type": "feature",
3
+ "category": "Endpoint",
4
+ "description": "Add pattern global dualstack by default"
5
+}
lib/region_config_data.json
@@ -231,6 +231,12 @@
231
},
232
"fipsDualstackByDefault": {
233
"endpoint": "{service}-fips.{region}.api.aws"
234
+ },
235
+ "globalDualstackByDefault": {
236
+ "endpoint": "{service}.global.api.aws"
237
238
+ "fipsGlobalDualstackByDefault": {
239
+ "endpoint": "{service}-fips.global.api.aws"
240
}
241
242
0 commit comments