Skip to content

Commit d1316b7

Browse files
author
AWS
committed
AWS Glue Update: releasing source processing properties to support source properties for ODB integrations
1 parent 46cf703 commit d1316b7

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-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": "releasing source processing properties to support source properties for ODB integrations"
6+
}

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17221,6 +17221,10 @@
1722117221
"RefreshInterval":{
1722217222
"shape":"String128",
1722317223
"documentation":"<p>Specifies the frequency at which CDC (Change Data Capture) pulls or incremental loads should occur. This parameter provides flexibility to align the refresh rate with your specific data update patterns, system load considerations, and performance optimization goals. Time increment can be set from 15 minutes to 8640 minutes (six days). Currently supports creation of <code>RefreshInterval</code> only.</p>"
17224+
},
17225+
"SourceProperties":{
17226+
"shape":"IntegrationSourcePropertiesMap",
17227+
"documentation":"<p> A collection of key-value pairs that specify additional properties for the integration source. These properties provide configuration options that can be used to customize the behavior of the ODB source during data integration operations. </p>"
1722417228
}
1722517229
},
1722617230
"documentation":"<p>Properties associated with the integration.</p>"
@@ -17327,6 +17331,11 @@
1732717331
"documentation":"<p>The data processed through your integration exceeded your quota.</p>",
1732817332
"exception":true
1732917333
},
17334+
"IntegrationSourcePropertiesMap":{
17335+
"type":"map",
17336+
"key":{"shape":"IntegrationString"},
17337+
"value":{"shape":"IntegrationString"}
17338+
},
1733017339
"IntegrationStatus":{
1733117340
"type":"string",
1733217341
"enum":[

0 commit comments

Comments
 (0)