File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
services/glue/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 8223
8223
"DatabaseName":{
8224
8224
"shape":"NameString",
8225
8225
"documentation":"<p>The name of the catalog database.</p>"
8226
+ },
8227
+ "Region":{
8228
+ "shape":"NameString",
8229
+ "documentation":"<p>Region of the target database.</p>"
8226
8230
}
8227
8231
},
8228
8232
"documentation":"<p>A structure that describes a target database for resource linking.</p>"
18740
18744
"Name":{
18741
18745
"shape":"NameString",
18742
18746
"documentation":"<p>The name of the target table.</p>"
18747
+ },
18748
+ "Region":{
18749
+ "shape":"NameString",
18750
+ "documentation":"<p>Region of the target table.</p>"
18743
18751
}
18744
18752
},
18745
18753
"documentation":"<p>A structure that describes a target table for resource linking.</p>"
You can’t perform that action at this time.
0 commit comments