Skip to content

Commit fe1d30c

Browse files
author
AWS
committed
AWS Glue Update: DirectJDBCSource + Glue 4.0 streaming options
1 parent 93cdf93 commit fe1d30c

File tree

4 files changed

+269
-1213
lines changed

4 files changed

+269
-1213
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": "DirectJDBCSource + Glue 4.0 streaming options"
6+
}

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

Lines changed: 36 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,18 @@
165165
"rules": [
166166
{
167167
"conditions": [],
168-
"endpoint": {
169-
"url": "https://glue-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
170-
"properties": {},
171-
"headers": {}
172-
},
173-
"type": "endpoint"
168+
"type": "tree",
169+
"rules": [
170+
{
171+
"conditions": [],
172+
"endpoint": {
173+
"url": "https://glue-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
174+
"properties": {},
175+
"headers": {}
176+
},
177+
"type": "endpoint"
178+
}
179+
]
174180
}
175181
]
176182
},
@@ -275,12 +281,18 @@
275281
"rules": [
276282
{
277283
"conditions": [],
278-
"endpoint": {
279-
"url": "https://glue.{Region}.{PartitionResult#dualStackDnsSuffix}",
280-
"properties": {},
281-
"headers": {}
282-
},
283-
"type": "endpoint"
284+
"type": "tree",
285+
"rules": [
286+
{
287+
"conditions": [],
288+
"endpoint": {
289+
"url": "https://glue.{Region}.{PartitionResult#dualStackDnsSuffix}",
290+
"properties": {},
291+
"headers": {}
292+
},
293+
"type": "endpoint"
294+
}
295+
]
284296
}
285297
]
286298
},
@@ -293,12 +305,18 @@
293305
},
294306
{
295307
"conditions": [],
296-
"endpoint": {
297-
"url": "https://glue.{Region}.{PartitionResult#dnsSuffix}",
298-
"properties": {},
299-
"headers": {}
300-
},
301-
"type": "endpoint"
308+
"type": "tree",
309+
"rules": [
310+
{
311+
"conditions": [],
312+
"endpoint": {
313+
"url": "https://glue.{Region}.{PartitionResult#dnsSuffix}",
314+
"properties": {},
315+
"headers": {}
316+
},
317+
"type": "endpoint"
318+
}
319+
]
302320
}
303321
]
304322
}

0 commit comments

Comments
 (0)