Skip to content

Commit 1bd0eb2

Browse files
author
AWS
committed
AWS Glue Update: This release adds support for creating cross region table/database resource links
1 parent c07185b commit 1bd0eb2

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
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": "AWS Glue",
4+
"contributor": "",
5+
"description": "This release adds support for creating cross region table/database resource links"
6+
}

services/glue/src/main/resources/codegen-resources/service-2.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8223,6 +8223,10 @@
82238223
"DatabaseName":{
82248224
"shape":"NameString",
82258225
"documentation":"<p>The name of the catalog database.</p>"
8226+
},
8227+
"Region":{
8228+
"shape":"NameString",
8229+
"documentation":"<p>Region of the target database.</p>"
82268230
}
82278231
},
82288232
"documentation":"<p>A structure that describes a target database for resource linking.</p>"
@@ -18740,6 +18744,10 @@
1874018744
"Name":{
1874118745
"shape":"NameString",
1874218746
"documentation":"<p>The name of the target table.</p>"
18747+
},
18748+
"Region":{
18749+
"shape":"NameString",
18750+
"documentation":"<p>Region of the target table.</p>"
1874318751
}
1874418752
},
1874518753
"documentation":"<p>A structure that describes a target table for resource linking.</p>"

0 commit comments

Comments
 (0)